1
0
mirror of https://github.com/chylex/IntelliJ-IdeaVim.git synced 2025-05-02 10:34:04 +02:00

Update qodana.yaml file

This commit is contained in:
Alex Plate 2021-07-26 19:29:12 +03:00
parent 534fbe1a6b
commit c4e74ee8a5
No known key found for this signature in database
GPG Key ID: 0B97153C8FFEC09F

View File

@ -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
- test/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt
- test/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt