Skip to content

Commit

Permalink
Update rubocop config for proper linting
Browse files Browse the repository at this point in the history
  • Loading branch information
inkstak committed Jun 7, 2022
1 parent 5f13a36 commit e67220e
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions config/rubocop-rspec.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,15 @@
RSpec:
Language:
Includes:
Examples:
Examples:
Regular:
- its_block
- its_call
- its_map
- fits_block
- fits_call
- fits_map
Skipped:
- xits_block
- xits_call
- xits_map
Focused:
- fits_block
- fits_call
- fits_map

0 comments on commit e67220e

Please sign in to comment.