Skip to content

Commit e078178

Browse files
committed
Correct predicate method name
Signed-off-by: Fanit Kolchina <kolchfa@amazon.com>
1 parent b254066 commit e078178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec-insert/.rubocop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ Naming/FileName:
3030
- 'lib/jekyll-spec-insert.rb' # For Jekyll to recognize the plugin
3131

3232
# Allow predicate methods without ? for Mustache template compatibility
33-
Naming/PredicateName:
33+
Naming/PredicateMethod:
3434
Enabled: false

0 commit comments

Comments
 (0)