Skip to content

Commit

Permalink
Merge pull request #65 from bastelfreak/fixtures
Browse files Browse the repository at this point in the history
rubocop.yml: exclude fixtures directory
  • Loading branch information
sebastianrakel authored Jun 28, 2024
2 parents 6cbd880 + 14dd97c commit b704050
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 b704050

Please sign in to comment.