mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2024-12-28 11:04:21 +00: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.
22 lines
309 B
Text
22 lines
309 B
Text
# 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/
|