We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e90a1 commit b1aa249Copy full SHA for b1aa249
.rubocop.yml
@@ -3,8 +3,6 @@ plugins:
3
- rubocop-performance
4
- rubocop-rake
5
- rubocop-rspec
6
-
7
-require:
8
- rubocop-capybara
9
- rubocop-rspec_rails
10
spec/support/poro_form_fixture.rb
@@ -5,7 +5,7 @@ class Poro
attr_accessor :name, :city
- def save
+ def save # rubocop:disable Naming/PredicateMethod
true
end
11
0 commit comments