Skip to content

Commit de6df42

Browse files
authored
Enable Minitest/AssertPredicate cop (#1249)
Co-authored-by: Andy Waite <andyw8@users.noreply.github.com>
1 parent 14862a9 commit de6df42

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.rubocop.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ AllCops:
1818
- "test/fixtures/**/*"
1919
- "test/expectations/**/*"
2020

21+
Minitest/AssertPredicate:
22+
Enabled: true
23+
2124
Naming/FileName:
2225
Exclude:
2326
- "lib/ruby-lsp.rb"

0 commit comments

Comments
 (0)