Add the prosody module
[mirror/dsa-puppet.git] / 3rdparty / modules / prosody / .rubocop.yml
diff --git a/3rdparty/modules/prosody/.rubocop.yml b/3rdparty/modules/prosody/.rubocop.yml
new file mode 100644 (file)
index 0000000..b35f11b
--- /dev/null
@@ -0,0 +1,7 @@
+---
+AllCops:
+  Exclude:
+    - 'spec/fixtures/**/*'
+Metrics/BlockLength: {Enabled: false}
+Metrics/LineLength: {Enabled: true, Max: 180}
+Style/FormatStringToken: {Enabled: false}