diff --git a/qodana.yaml b/qodana.yaml index e3e5bd12a..58c419561 100644 --- a/qodana.yaml +++ b/qodana.yaml @@ -2,20 +2,19 @@ version: 1.0 profile: name: Qodana exclude: - - name: PluginXmlValidity - - name: SuperTearDownInFinally - name: MoveVariableDeclarationIntoWhen + - name: PluginXmlValidity + - name: RedundantThrows + - name: SuperTearDownInFinally - name: UnusedReturnValue - name: All paths: - - resources/icons/youtrack.svg - - src/com/maddyhome/idea/vim/regexp/RegExp.java - build.gradle - - src/com/maddyhome/idea/vim/helper/SearchHelper.java - gradle/wrapper/gradle-wrapper.properties - - test/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt - - test/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt + - resources/icons/youtrack.svg + - src/com/maddyhome/idea/vim/ex/vimscript/VimScriptCommandHandler.java + - src/com/maddyhome/idea/vim/helper/SearchHelper.java + - src/com/maddyhome/idea/vim/regexp/RegExp.java - test/org/jetbrains/plugins/ideavim/propertybased/samples/JavaText.kt - - name: RedundantThrows - paths: - - src/com/maddyhome/idea/vim/ex/vimscript/VimScriptCommandHandler.java \ No newline at end of file + - test/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt + - test/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt \ No newline at end of file