Skip to content

Commit a16b4bf

Browse files
committed
style(rubocop): disable Minitest/EmptyLineBeforeAssertionMethods
1 parent 897759c commit a16b4bf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.rubocop.yml

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ Naming/FileName:
1717
Exclude:
1818
- rakelib/**
1919
- test/html5/test_tree-construction.rb
20+
Minitest/EmptyLineBeforeAssertionMethods:
21+
Enabled: false

0 commit comments

Comments
 (0)