Skip to content

Commit

Permalink
Create .rubocop.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ella-deguzman authored Jan 11, 2025
1 parent 4e623f0 commit b521850
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
require:
- rubocop-rspec
- rubocop-capybara

AllCops:
NewCops: enable

Metrics/AbcSize:
Enabled: false

Metrics/CyclomaticComplexity:
Enabled: false

Metrics/MethodLength:
Max: 100

Metrics/PerceivedComplexity:
Enabled: false

0 comments on commit b521850

Please sign in to comment.