Skip to content

Commit

Permalink
Correct reek configuration
Browse files Browse the repository at this point in the history
This was not working as expected because of a poor merge effort
  • Loading branch information
etagwerker committed Mar 2, 2024
1 parent 3d5b2b7 commit b9c2891
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ detectors:
InstanceVariableAssumption:
exclude:
- RubyCritic::Analyser::Coverage
TooManyMethods:
exclude:
- RubyCritic::Cli::Options::File
IrresponsibleModule:
exclude:
- RubyCritic::Analyser::Attributes
Expand Down Expand Up @@ -187,4 +184,5 @@ detectors:
- RubyCritic::Config#self.respond_to_missing?
TooManyMethods:
exclude:
- RubyCritic::Cli::Options::File
- RubyCritic::SourceControlSystem::Git::Churn

0 comments on commit b9c2891

Please sign in to comment.