summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-12-13 13:29:59 +0100
committerAlex Legler <alex@a3li.li>2015-12-13 13:29:59 +0100
commit1f4743f2ae61a7f443980359303d6d631b2426fc (patch)
treedb1a8aafc861eb8fcbf15993090784fa86a55eea /.rubocop.yml
parentUse protocol-relative URI for the favicon (diff)
downloadfrontend-1f4743f2ae61a7f443980359303d6d631b2426fc.tar.gz
frontend-1f4743f2ae61a7f443980359303d6d631b2426fc.tar.bz2
frontend-1f4743f2ae61a7f443980359303d6d631b2426fc.zip
Style fixes
Diffstat (limited to '.rubocop.yml')
-rw-r--r--.rubocop.yml23
1 files changed, 23 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 0000000..e2f07ba
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,23 @@
+Style/FormatString:
+ Enabled: false
+
+Style/FileName:
+ Enabled: false
+
+Style/GlobalVars:
+ Enabled: false
+
+Style/PerlBackrefs:
+ Enabled: false
+
+Metrics/LineLength:
+ Max: 120
+
+Metrics/MethodLength:
+ Max: 20
+
+Metrics/ModuleLength:
+ Max: 200
+
+Lint/RescueException:
+ Enabled: false