Add Rubocop config

This commit is contained in:
2025-06-27 12:18:36 +02:00
parent d47ac5571e
commit 3c3d93b42b

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/**/*