Skip to content

Commit

Permalink
Have rubocop ignore autogenerated migrations.
Browse files Browse the repository at this point in the history
From active_storage.
  • Loading branch information
oneiros authored and tuxmea committed Nov 2, 2023
1 parent 63f2d19 commit 9600964
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ AllCops:
- bin/*
- config/application.rb
- config/environments/*
- db/migrate/*active_storage.rb
- db/schema.rb
- vendor/**/*
- .vendor/**/*
Expand Down

0 comments on commit 9600964

Please sign in to comment.