Skip to content

Commit

Permalink
Update External Linters Metadata (#4618)
Browse files Browse the repository at this point in the history
  • Loading branch information
irina-batinic-sonarsource authored Dec 15, 2023
1 parent 6e226df commit e06a47f
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -909,6 +909,13 @@
"severity": "MAJOR",
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei-expose-static-rep2"
},
{
"key": "ENV_USE_PROPERTY_INSTEAD_OF_ENV",
"name": "Bad practice - It is preferable to use portable Java property instead of environment variable.",
"type": "CODE_SMELL",
"severity": "MAJOR",
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#env-use-property-instead-of-env"
},
{
"key": "EOS_BAD_END_OF_STREAM_CHECK",
"name": "Correctness - Data read is converted before comparison to -1",
Expand Down Expand Up @@ -2274,13 +2281,6 @@
"severity": "MAJOR",
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#pi-do-not-reuse-public-identifiers-field-names"
},
{
"key": "PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_INNER_CLASS_NAMES",
"name": "Bad practice - Do not reuse public identifiers from JSL as inner name",
"type": "CODE_SMELL",
"severity": "MAJOR",
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#pi-do-not-reuse-public-identifiers-inner-class-names"
},
{
"key": "PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_LOCAL_VARIABLE_NAMES",
"name": "Bad practice - Do not reuse public identifiers from JSL as method name",
Expand Down

0 comments on commit e06a47f

Please sign in to comment.