Skip to content

Commit

Permalink
Disable Style/LambdaCall cop
Browse files Browse the repository at this point in the history
It would make certain algebrick constructs feel clunky.
  • Loading branch information
adamruzicka committed Jan 25, 2024
1 parent 86489e2 commit dfa18ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,6 @@ Layout/EmptyLines:
Metrics/ModuleLength:
Exclude:
- test/**/*

Style/LambdaCall:
Enabled: false

0 comments on commit dfa18ca

Please sign in to comment.