Add rubocop configuration file.

This commit is contained in:
Major-
2015-08-27 18:18:53 +01:00
parent 8f3fd75b33
commit 92ec907364
2 changed files with 12 additions and 0 deletions
+3
View File
@@ -1,4 +1,6 @@
!.gitignore
!.rubocop.yml
.*
*~
*.class
@@ -7,3 +9,4 @@
/data/fs
/data/savedGames
/lib/
*/target/
+9
View File
@@ -0,0 +1,9 @@
Style/GlobalVars:
Enabled: false
Style/EmptyLinesAroundBlockBody:
Enabled: false
Performance/ParallelAssignment:
Enabled: false