Skip to content

Commit b3352c7

Browse files
larsgreferrwinch
authored andcommitted
Add Checkstyle configuration for IntelliJ IDEA
1 parent a171d8b commit b3352c7

File tree

3 files changed

+30
-1
lines changed

3 files changed

+30
-1
lines changed

.gitignore

+4-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ target/
88
.project
99
.DS_Store
1010
.settings/
11-
.idea/
11+
.idea/*
1212
out/
1313
bin/
1414
intellij/
@@ -24,3 +24,6 @@ atlassian-ide-plugin.xml
2424
.checkstyle
2525
s101plugin.state
2626
.attach_pid*
27+
28+
!.idea/checkstyle-idea.xml
29+
!.idea/externalDependencies.xml

.idea/checkstyle-idea.xml

+19
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.idea/externalDependencies.xml

+7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)