-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This adds a few extra cops from the rubocop-rake, which is maintained by rubocop-hq. All the defaults seem to be reasonable: - Rake/ClassDefinitionInTask - makes them harder to find - Rake/Desc - we mostly do this already - Rake/DuplicateNamespace - Rake/DuplicateTask - Rake/MethodDefinitionInTask - top-level methods are bad
- Loading branch information
Ben Thorner
committed
Mar 30, 2020
1 parent
a988ac7
commit a3afe0a
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,4 @@ inherit_from: | |
- other-style.yml | ||
- other-metrics.yml | ||
- other-excludes.yml | ||
- rake.yml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
require: rubocop-rake |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters