mirror of
https://github.com/EssentialsX/Essentials.git
synced 2024-12-22 17:18:37 +01:00
234a481b0d
This commit adds Checkstyle rules for EssentialsX, based on those from the adventure library (https://github.com/KyoriPowered/adventure/tree/master/.checkstyle). It also makes Checkstyle passes mandatory for a GH build to pass.
23 lines
309 B
Plaintext
23 lines
309 B
Plaintext
# Other IDE files
|
|
*.classpath
|
|
*.project
|
|
*.settings/
|
|
.idea/*
|
|
*.iml
|
|
.DS_Store
|
|
|
|
# Checkstyle-IDEA config
|
|
!.idea/checkstyle-idea.xml
|
|
|
|
# Essentials files
|
|
/Essentials/userdata
|
|
/Essentials/config.yml
|
|
/Essentials/kits.yml
|
|
/Essentials/userdata/testplayer1.yml
|
|
/Essentials/usermap.csv
|
|
|
|
# Build files
|
|
target/
|
|
jars/
|
|
out/
|