diff options
| author | nsfisis <nsfisis@gmail.com> | 2026-02-01 02:28:10 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2026-02-01 02:28:10 +0900 |
| commit | cd16ed5d6b46d91ae9ac7b2237d6405ad6715a4a (patch) | |
| tree | 0e00d7caf3031fa86decaa0cbc226cc1e521b914 /services/nuldoc/.rubocop.yml | |
| parent | d08e3edb65b215152aa26e3518fb2f2cd7071c4b (diff) | |
| parent | 1964f77d03eb647dcf46d63dde68d7ae7301604f (diff) | |
| download | nsfisis.dev-cd16ed5d6b46d91ae9ac7b2237d6405ad6715a4a.tar.gz nsfisis.dev-cd16ed5d6b46d91ae9ac7b2237d6405ad6715a4a.tar.zst nsfisis.dev-cd16ed5d6b46d91ae9ac7b2237d6405ad6715a4a.zip | |
Merge branch 'feat/ruby-rewrite'
Diffstat (limited to 'services/nuldoc/.rubocop.yml')
| -rw-r--r-- | services/nuldoc/.rubocop.yml | 20 |
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 |
