List ignored files more explicitely

This commit is contained in:
Maikel Linke
2025-01-10 10:36:22 +11:00
parent 229ee7028c
commit 8383441f79

View File

@@ -5,8 +5,12 @@ AllCops:
NewCops: enable
Exclude:
- bin/**/*
- db/**/*
- config/**/*
- db/bad_migrations/*
- db/default/*
- db/migrate/*
- db/schema.rb
- db/seeds.rb
- script/**/*
- vendor/**/*
- node_modules/**/*