-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- RuboCop config requires only the RuboCop plugins whose gemspec is loaded - Each plugin has a corresponding file of defaults which are inherited - Labels are attached automatically to PRs touching each config file TBD: - Should we have a minimal config? Should we keep the existing config as is, and instead add an "everything.yml" config? - Should we test compatibility with _just_ RuboCop and no plugins? - What cops to enable? Maybe disallowing "pending" shouldn't apply to plugins, so we don't break consumers?
- Loading branch information
1 parent
53be4b4
commit 5d617fc
Showing
11 changed files
with
2,696 additions
and
4 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 |
---|---|---|
@@ -1 +1,8 @@ | ||
"config change": rubocop.yml | ||
"config change": rubocop*.yml | ||
"hq": rubocop.yml | ||
"graphql": rubocop.graphql.yml | ||
"minitest": rubocop.minitest.yml | ||
"performance": rubocop.performance.yml | ||
"rails": rubocop.rails.yml | ||
"rake": rubocop.rake.yml | ||
"rspec": rubocop.rspec.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
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
Empty file.
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,2 @@ | ||
Minitest: | ||
Enabled: true |
Empty file.
Empty file.
Empty file.
Empty file.
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
Oops, something went wrong.