summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-01-04 02:18:48 +0100
committerAlex Legler <alex@a3li.li>2016-01-04 02:18:48 +0100
commitfd7fa9102a50dedb2f1cbad4993fa2c7427407aa (patch)
tree7ca0f15a86f6a84599f076e01e8a27a8e22ec8d2 /.rubocop.yml
downloadmirror-toolkit-fd7fa9102a50dedb2f1cbad4993fa2c7427407aa.tar.gz
mirror-toolkit-fd7fa9102a50dedb2f1cbad4993fa2c7427407aa.tar.bz2
mirror-toolkit-fd7fa9102a50dedb2f1cbad4993fa2c7427407aa.zip
Add initial set of tools
- rsync-cat: rsync-to-stdout utility - gm-lag: displays the current lag of a mirror
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..bc15b92
--- /dev/null
+++ b/.rubocop.yml
@@ -0,0 +1,23 @@
+Style/AsciiComments:
+ Enabled: false
+
+Style/FormatString:
+ Enabled: false
+
+Style/FileName:
+ Enabled: false
+
+Style/Documentation:
+ Enabled: false
+
+Style/PerlBackrefs:
+ Enabled: false
+
+Metrics/LineLength:
+ Max: 120
+
+Metrics/MethodLength:
+ Max: 20
+
+Metrics/ModuleLength:
+ Max: 200