Skip to content

Commit 019ff58

Browse files
committed
Add configuration for Intellij PMD plugin
1 parent d5670b4 commit 019ff58

File tree

2 files changed

+62
-0
lines changed

2 files changed

+62
-0
lines changed

.gitignore

Lines changed: 46 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Compiled class file
2+
*.class
3+
4+
# Log file
5+
*.log
6+
7+
# Package/Binary Files don't belong into a git repo
8+
*.jar
9+
*.war
10+
*.ear
11+
*.zip
12+
*.tar.gz
13+
*.dll
14+
*.exe
15+
*.bin
16+
17+
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
18+
hs_err_pid*
19+
20+
# Eclipse
21+
.metadata
22+
.settings
23+
.classpath
24+
.project
25+
26+
# == IntelliJ ==
27+
*.iml
28+
*.ipr
29+
30+
# Some files are user/installation independent and are used for configuring the IDE
31+
# See also https://stackoverflow.com/a/35279076
32+
33+
.idea/*
34+
!.idea/saveactions_settings.xml
35+
!.idea/checkstyle-idea.xml
36+
!.idea/externalDependencies.xml
37+
!.idea/PMDPlugin.xml
38+
39+
!.idea/inspectionProfiles/
40+
.idea/inspectionProfiles/*
41+
!.idea/inspectionProfiles/Project_Default.xml
42+
43+
!.idea/codeStyles/
44+
.idea/codeStyles/*
45+
!.idea/codeStyles/codeStyleConfig.xml
46+
!.idea/codeStyles/Project.xml

.idea/PMDPlugin.xml

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)