-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tests: RuboCop checks .docs/CustomTags.rb
Bump RuboCop to 0.27.1 so it can recognize '.docs', see upstream bug for details: rubocop/rubocop#1401 Fix minor whitespaces problem that `rubocop --auto-gen-config` did not put to .rubocop_todo.yml file. Bug: 63307 Change-Id: I0a640135ca8e63a8efd6e8dc0e982a05097c20aa
- Loading branch information
1 parent
0736e17
commit 31eab5b
Showing
4 changed files
with
14 additions
and
14 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
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,6 @@ | ||
inherit_from: .rubocop_todo.yml | ||
|
||
AllCops: | ||
Include: | ||
- 'Gemfile' | ||
- '.docs/**/*.rb' |
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