Skip to content

Commit

Permalink
style(rubocop): disable Minitest/EmptyLineBeforeAssertionMethods
Browse files Browse the repository at this point in the history
  • Loading branch information
flavorjones committed Dec 6, 2022
1 parent 897759c commit a16b4bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .rubocop.yml
Expand Up @@ -17,3 +17,5 @@ Naming/FileName:
Exclude:
- rakelib/**
- test/html5/test_tree-construction.rb
Minitest/EmptyLineBeforeAssertionMethods:
Enabled: false

0 comments on commit a16b4bf

Please sign in to comment.