mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-04 16:49:11 +00:00
Add rubocop configuration file.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
!.gitignore
|
||||
!.rubocop.yml
|
||||
|
||||
.*
|
||||
*~
|
||||
*.class
|
||||
@@ -7,3 +9,4 @@
|
||||
/data/fs
|
||||
/data/savedGames
|
||||
/lib/
|
||||
*/target/
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
|
||||
Style/GlobalVars:
|
||||
Enabled: false
|
||||
|
||||
Style/EmptyLinesAroundBlockBody:
|
||||
Enabled: false
|
||||
|
||||
Performance/ParallelAssignment:
|
||||
Enabled: false
|
||||
Reference in New Issue
Block a user