Skip to content

Commit

Permalink
[ML4SE-280] New consts for Inspections.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikrise2 committed Jan 5, 2024
1 parent d7ae813 commit c587e76
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -124,9 +124,9 @@ class InspectionConfigTest : LightPlatformTestCase() {
}

companion object {
const val DEFAULT_ENABLED_INSPECTION_SIZE = 53
const val DISABLE_SELECTED_ENABLED_INSPECTION_SIZE = 51
const val ADD_SELECTED_ENABLED_INSPECTION_SIZE = 55
const val DEFAULT_ENABLED_INSPECTION_SIZE = 56
const val DISABLE_SELECTED_ENABLED_INSPECTION_SIZE = 54
const val ADD_SELECTED_ENABLED_INSPECTION_SIZE = 58
val enableSelectedTools = listOf("LongLine", "TodoComment")
val disableSelectedTools = listOf("CheckTagEmptyBody", "RegExpRedundantEscape")
val addSelectedTools = listOf("EmptyDirectory", "ProblematicWhitespace")
Expand Down

0 comments on commit c587e76

Please sign in to comment.