aboutsummaryrefslogtreecommitdiffhomepage
path: root/services/nuldoc/.rubocop.yml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2026-02-01 00:49:15 +0900
committernsfisis <nsfisis@gmail.com>2026-02-01 00:49:19 +0900
commit6dedddc545e2f1930bdc2256784eb1551bd4231d (patch)
tree75fcb5a6043dc0f2c31b098bf3cfd17a2b938599 /services/nuldoc/.rubocop.yml
parentd08e3edb65b215152aa26e3518fb2f2cd7071c4b (diff)
downloadnsfisis.dev-6dedddc545e2f1930bdc2256784eb1551bd4231d.tar.gz
nsfisis.dev-6dedddc545e2f1930bdc2256784eb1551bd4231d.tar.zst
nsfisis.dev-6dedddc545e2f1930bdc2256784eb1551bd4231d.zip
feat(nuldoc): rewrite nuldoc in Ruby
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