mirror of
https://github.com/2006-Scape/apollo.git
synced 2026-07-08 00:39:10 +00:00
Add rubocop configuration file.
This commit is contained in:
@@ -1,4 +1,6 @@
|
|||||||
!.gitignore
|
!.gitignore
|
||||||
|
!.rubocop.yml
|
||||||
|
|
||||||
.*
|
.*
|
||||||
*~
|
*~
|
||||||
*.class
|
*.class
|
||||||
@@ -7,3 +9,4 @@
|
|||||||
/data/fs
|
/data/fs
|
||||||
/data/savedGames
|
/data/savedGames
|
||||||
/lib/
|
/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