aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2015-11-30 20:48:13 +0100
committerAlex Legler <alex@a3li.li>2015-11-30 20:48:13 +0100
commit290e3c916a29c2a8b2aa4b5d89adc1343e7122f8 (patch)
tree13cbb33a49998b3b4f4a9c33829f07b075049d40
parentFix sponsor links (diff)
downloadwww-290e3c91.tar.gz
www-290e3c91.tar.bz2
www-290e3c91.zip
Add code style settings
-rw-r--r--.rubocop.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml
new file mode 100644
index 0000000..fe6df44
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,17 @@
+Style/FormatString:
+ Enabled: false
+
+Style/Documentation:
+ Enabled: false
+
+Style/PerlBackrefs:
+ Enabled: false
+
+Metrics/LineLength:
+ Max: 120
+
+Metrics/MethodLength:
+ Max: 20
+
+Metrics/ModuleLength:
+ Max: 200