-
- Downloads
There was an error fetching the commit references. Please try again later.
Add cop Rake/Require
This cop flags use of global `require` in rake files. Load dependencies lazily in `task` definitions instead.
parent
7ab1119e
No related branches found
No related tags found
Showing
- .rubocop.yml 5 additions, 0 deletions.rubocop.yml
- .rubocop_todo/rake/require.yml 26 additions, 0 deletions.rubocop_todo/rake/require.yml
- rubocop/cop/rake/require.rb 84 additions, 0 deletionsrubocop/cop/rake/require.rb
- spec/rubocop/cop/rake/require_spec.rb 60 additions, 0 deletionsspec/rubocop/cop/rake/require_spec.rb
.rubocop_todo/rake/require.yml
0 → 100644
rubocop/cop/rake/require.rb
0 → 100644
spec/rubocop/cop/rake/require_spec.rb
0 → 100644
Please register or sign in to comment