aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/.rubocop.yml
diff options
context:
space:
mode:
Diffstat (limited to 'services/nuldoc/.rubocop.yml')
-rw-r--r--services/nuldoc/.rubocop.yml20
1 files changed, 20 insertions, 0 deletions
diff --git a/services/nuldoc/.rubocop.yml b/services/nuldoc/.rubocop.yml
new file mode 100644
index 00000000..730d0009
--- /dev/null
+++ b/services/nuldoc/.rubocop.yml
@@ -0,0 +1,20 @@
+plugins:
+ - rubocop-performance
+ - rubocop-rake
+
+AllCops:
+ TargetRubyVersion: 3.4
+ Enabled: true
+ NewCops: enable
+
+Metrics:
+ Enabled: false
+
+Naming/MethodParameterName:
+ MinNameLength: 1
+
+Style/FrozenStringLiteralComment:
+ EnforcedStyle: never
+
+Style/Documentation:
+ Enabled: false