Skip to content

Commit 082dd94

Browse files
authored
resolve depreciation warnings (#33)
1 parent b4dc80f commit 082dd94

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

niftany_rubocop_rspec.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
plugins: rubocop-rspec
3-
require:
2+
plugins:
3+
- rubocop-rspec
44
- rubocop-rspec_rails
55
- rubocop-factory_bot
66
- rubocop-capybara
@@ -9,7 +9,7 @@ Layout/MultilineBlockLayout:
99
Exclude:
1010
- 'spec/**/*'
1111

12-
Naming/PredicateName:
12+
Naming/PredicatePrefix:
1313
Exclude:
1414
- spec/**/*
1515

rubocop/naming.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Naming/BinaryOperatorParameterName:
1818
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#other-arg'
1919
Enabled: false
2020

21-
Naming/PredicateName:
21+
Naming/PredicatePrefix:
2222
Description: 'Check the names of predicate methods.'
2323
StyleGuide: 'https://github.com/bbatsov/ruby-style-guide#bool-methods-qmark'
2424
ForbiddenPrefixes:

0 commit comments

Comments
 (0)