mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-13 15:52:01 +07:00
[qodana] QD-9891 Add aspects with the highest certainty for inspections
GitOrigin-RevId: 8fad66714287192bd5cbc8396a3d30f1ba139302
This commit is contained in:
committed by
intellij-monorepo-bot
parent
fc1dd07f7d
commit
4111cfc875
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"inspections": [
|
||||
{
|
||||
"id": "SpringQualifierCopyableLombok",
|
||||
"codeQualityCategory": "Sanity"
|
||||
},
|
||||
{
|
||||
"id": "RedundantSlf4jDefinition",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "LombokSetterMayBeUsed",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "Lombok",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "RedundantModifiersUtilityClassLombok",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "RedundantModifiersValLombok",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "LombokGetterMayBeUsed",
|
||||
"codeQualityCategory": "Code Style"
|
||||
},
|
||||
{
|
||||
"id": "RedundantModifiersValueLombok",
|
||||
"codeQualityCategory": "Code Style"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user