Skip to content

Commit 77da680

Browse files
committed
[INTELLIJ] Add Intellij configuration files for Detekt plugin
1 parent 9e12ea2 commit 77da680

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

code-analysis/intellij/detekt.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="4">
3+
<component name="DetektPluginSettings">
4+
<option name="baselinePath" value="$PROJECT_DIR$/code-analysis/detekt/baseline.xml" />
5+
<option name="configurationFiles">
6+
<list>
7+
<option value="$PROJECT_DIR$/code-analysis/detekt/detekt.yml" />
8+
</list>
9+
</option>
10+
<option name="enableDetekt" value="true" />
11+
<option name="enableForProjectResult" value="Accepted" />
12+
<option name="enableFormatting" value="true" />
13+
</component>
14+
</project>
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<project version="4">
3+
<component name="ExternalDependencies">
4+
<plugin id="detekt" />
5+
</component>
6+
</project>

0 commit comments

Comments
 (0)