Skip to content

Commit

Permalink
style: exclude db directory
Browse files Browse the repository at this point in the history
we can't enforce any linter rules on the schema.rb file because it is
generated.
  • Loading branch information
janz93 committed Jan 22, 2025
1 parent 0593506 commit 22b6f61
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,8 @@ inherit_gem:

AllCops:
TargetRubyVersion: 3.3
Exclude:
- db/**/*
- bin/*
- tmp/**/*
- vendor/**/*

0 comments on commit 22b6f61

Please sign in to comment.