Skip to content

Commit

Permalink
RuboCop: Remove to-do
Browse files Browse the repository at this point in the history
Disable `ExampleLength` and `MultipleExpectations` RSpec cops.
  • Loading branch information
jlduran committed Jun 4, 2020
1 parent d360611 commit 4981dd8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 23 deletions.
9 changes: 6 additions & 3 deletions .rubocop.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
inherit_from: .rubocop_todo.yml

require:
- rubocop-performance
- rubocop-rspec
Expand Down Expand Up @@ -33,6 +31,12 @@ Lint/StructNewOverride:
Naming/FileName:
Enabled: false

RSpec/ExampleLength:
Enabled: false

RSpec/MultipleExpectations:
Enabled: false

Style/AsciiComments:
Enabled: false

Expand All @@ -59,4 +63,3 @@ Style/RedundantRegexpEscape:

Style/SlicingWithRange:
Enabled: true

20 changes: 0 additions & 20 deletions .rubocop_todo.yml

This file was deleted.

0 comments on commit 4981dd8

Please sign in to comment.