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
+9
View File
@@ -0,0 +1,9 @@
Style/GlobalVars:
Enabled: false
Style/EmptyLinesAroundBlockBody:
Enabled: false
Performance/ParallelAssignment:
Enabled: false