mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-05-22 01: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:
|
profile:
|
||||||
name: Qodana
|
name: Qodana
|
||||||
exclude:
|
exclude:
|
||||||
- name: PluginXmlValidity
|
|
||||||
- name: SuperTearDownInFinally
|
|
||||||
- name: MoveVariableDeclarationIntoWhen
|
- name: MoveVariableDeclarationIntoWhen
|
||||||
|
- name: PluginXmlValidity
|
||||||
|
- name: RedundantThrows
|
||||||
|
- name: SuperTearDownInFinally
|
||||||
- name: UnusedReturnValue
|
- name: UnusedReturnValue
|
||||||
- name: All
|
- name: All
|
||||||
paths:
|
paths:
|
||||||
- resources/icons/youtrack.svg
|
|
||||||
- src/com/maddyhome/idea/vim/regexp/RegExp.java
|
|
||||||
- build.gradle
|
- build.gradle
|
||||||
- src/com/maddyhome/idea/vim/helper/SearchHelper.java
|
|
||||||
- gradle/wrapper/gradle-wrapper.properties
|
- gradle/wrapper/gradle-wrapper.properties
|
||||||
- test/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt
|
- resources/icons/youtrack.svg
|
||||||
- test/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt
|
- 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
|
- test/org/jetbrains/plugins/ideavim/propertybased/samples/JavaText.kt
|
||||||
- name: RedundantThrows
|
- test/org/jetbrains/plugins/ideavim/propertybased/samples/LoremText.kt
|
||||||
paths:
|
- test/org/jetbrains/plugins/ideavim/propertybased/samples/SimpleText.kt
|
||||||
- src/com/maddyhome/idea/vim/ex/vimscript/VimScriptCommandHandler.java
|
|
Loading…
Reference in New Issue
Block a user