Skip to content

Commit e06a47f

Browse files
Update External Linters Metadata (#4618)
1 parent 6e226df commit e06a47f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

external-reports/src/main/resources/org/sonar/l10n/java/rules/spotbugs/spotbugs-rules.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -909,6 +909,13 @@
909909
"severity": "MAJOR",
910910
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#ei-expose-static-rep2"
911911
},
912+
{
913+
"key": "ENV_USE_PROPERTY_INSTEAD_OF_ENV",
914+
"name": "Bad practice - It is preferable to use portable Java property instead of environment variable.",
915+
"type": "CODE_SMELL",
916+
"severity": "MAJOR",
917+
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#env-use-property-instead-of-env"
918+
},
912919
{
913920
"key": "EOS_BAD_END_OF_STREAM_CHECK",
914921
"name": "Correctness - Data read is converted before comparison to -1",
@@ -2274,13 +2281,6 @@
22742281
"severity": "MAJOR",
22752282
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#pi-do-not-reuse-public-identifiers-field-names"
22762283
},
2277-
{
2278-
"key": "PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_INNER_CLASS_NAMES",
2279-
"name": "Bad practice - Do not reuse public identifiers from JSL as inner name",
2280-
"type": "CODE_SMELL",
2281-
"severity": "MAJOR",
2282-
"url": "https://spotbugs.readthedocs.io/en/latest/bugDescriptions.html#pi-do-not-reuse-public-identifiers-inner-class-names"
2283-
},
22842284
{
22852285
"key": "PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS_LOCAL_VARIABLE_NAMES",
22862286
"name": "Bad practice - Do not reuse public identifiers from JSL as method name",

0 commit comments

Comments
 (0)