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:
parent
534fbe1a6b
commit
c4e74ee8a5
19
qodana.yaml
19
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
|
||||
- test/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt
|
||||
- test/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt
|
Loading…
Reference in New Issue
Block a user