-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin versions, add Dependabot rules, update rubocop versions and creat…
…e pending files
- Loading branch information
1 parent
4e27332
commit 90e921a
Showing
11 changed files
with
89 additions
and
39 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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: bundler | ||
directory: '/' | ||
versioning-strategy: increase | ||
schedule: | ||
interval: weekly |
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,5 +1,6 @@ | ||
inherit_from: | ||
- ./config/default.yml | ||
- ./config/rails.yml | ||
|
||
Naming/FileName: | ||
Enabled: true | ||
|
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
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,3 +1,6 @@ | ||
inherit_from: | ||
- ./default_pending.yml | ||
|
||
require: | ||
- rubocop-github | ||
- rubocop-performance | ||
|
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,6 @@ | ||
Lint/DuplicateMagicComment: # new in 1.37 | ||
Enabled: false | ||
Style/OperatorMethodCall: # new in 1.37 | ||
Enabled: false | ||
Style/RedundantStringEscape: # new in 1.37 | ||
Enabled: false |
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,3 +1,6 @@ | ||
inherit_from: | ||
- ./rails_pending.yml | ||
|
||
require: | ||
- rubocop-github-rails | ||
- rubocop-rails | ||
|
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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Rails/ActionControllerFlashBeforeRender: # new in 2.16 | ||
Enabled: false | ||
Rails/ActionOrder: # new in 2.17 | ||
Enabled: false | ||
Rails/ActiveSupportOnLoad: # new in 2.16 | ||
Enabled: false | ||
Rails/FreezeTime: # new in 2.16 | ||
Enabled: false | ||
Rails/IgnoredColumnsAssignment: # new in 2.17 | ||
Enabled: false | ||
Rails/RootPathnameMethods: # new in 2.16 | ||
Enabled: false | ||
Rails/ToSWithArgument: # new in 2.16 | ||
Enabled: false | ||
Rails/TopLevelHashWithIndifferentAccess: # new in 2.16 | ||
Enabled: false | ||
Rails/WhereMissing: # new in 2.16 | ||
Enabled: false | ||
Rails/WhereNotWithMultipleConditions: # new in 2.17 | ||
Enabled: false |
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