Skip to content
Snippets Groups Projects
Commit 8b1aaa95 authored by Jonathan Chang's avatar Jonathan Chang
Browse files

rubocop: set Lint/EmptyBlock as rubocop_todo

parent 215a84e3
No related branches found
No related tags found
No related merge requests found
......@@ -22,3 +22,15 @@ Style/Documentation:
- 'utils/popen.rb'
- 'utils/shell.rb'
- 'version.rb'
Lint/EmptyBlock:
Exclude:
- 'dependency.rb'
- 'dev-cmd/extract.rb'
- 'test/cache_store_spec.rb'
- 'test/checksum_verification_spec.rb'
- 'test/compiler_failure_spec.rb'
- 'test/formula_spec.rb'
- 'test/formula_validation_spec.rb'
- 'test/pathname_spec.rb'
- 'test/support/fixtures/cask/Casks/*flight*.rb'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment