Skip to content

Commit

Permalink
rubocop.yml: exclude fixtures directory
Browse files Browse the repository at this point in the history
When we've a fixtures directory we should not lint the fixtures. Those
are usually files that we us in our tests to compare output of certain
things.
  • Loading branch information
bastelfreak committed Jun 28, 2024
1 parent 6cbd880 commit 14dd97c
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 @@ -14,6 +14,7 @@ AllCops:
Exclude:
- vendor/**/*
- .vendor/**/*
- spec/fixtures/**/*

# this currently doesn't work with the way we handle our secrets
Gemspec/RequireMFA:
Expand Down

0 comments on commit 14dd97c

Please sign in to comment.