Compare commits

..

1 Commits

Author SHA1 Message Date
3c3d93b42b Add Rubocop config 2025-06-27 12:18:36 +02:00

8
rubocop.yml Normal file
View File

@@ -0,0 +1,8 @@
AllCops:
NewCops: enable
TargetRubyVersion: 3.4
Exclude:
- db/migrate/*
- db/schema.rb
- bin/*
- vendor/**/*