Skip to content

Commit

Permalink
Update reek config (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
dickdavis authored Aug 11, 2024
1 parent 473729e commit bfa7ae4
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions .reek.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@ detectors:
max_statements: 10
FeatureEnvy:
exclude:
- EventLoggerRails::Extensions::Loggable#details_for_trace
- EventLoggerRails::Extensions::Loggable#log_event
- EventLoggerRails::Middleware::CaptureRequestDetails#call
LongParameterList:
exclude:
- EventLoggerRails::Formatters::JSON#call
ManualDispatch:
exclude:
- EventLoggerRails::Output#initialize
MissingSafeMethod:
exclude:
- EventLoggerRails::Event
UtilityFunction:
exclude:
- EventLoggerRails::Extensions::Loggable#details_for_trace
- EventLoggerRails::EventLogger#structured_output
- EventLoggerRails::Formatters::JSON#call
- EventLoggerRails::Output#application_data

0 comments on commit bfa7ae4

Please sign in to comment.