Skip to content

Commit

Permalink
reek fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rishijain committed Oct 11, 2023
1 parent e67418a commit 08aee26
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ detectors:
- RubyCritic::SourceControlSystem::Git#head_reference
- RubyCritic::SourceControlSystem::Git#revisions_count
- RubyCritic::SourceControlSystem::Git#stashes_count
- RubyCritic::SourceControlSystem::Git::Churn#filename_for_subdirectory
- RubyCritic::SourceControlSystem::Mercurial#date_of_last_commit
- RubyCritic::SourceControlSystem::Mercurial#revisions_count
- RubyCritic::ViewHelpers#code_index_path
Expand Down Expand Up @@ -180,3 +181,6 @@ detectors:
exclude:
- RubyCritic::Config#self.method_missing
- RubyCritic::Config#self.respond_to_missing?
TooManyMethods:
exclude:
- RubyCritic::SourceControlSystem::Git::Churn

0 comments on commit 08aee26

Please sign in to comment.