mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-07 22:54:11 -05:00
Disable And/Or check, re-enable trailing space check (#7456)
This commit is contained in:
2
.github/workflows/Rubocop.yml
vendored
2
.github/workflows/Rubocop.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- name: rubocop
|
||||
- name: Rubocop
|
||||
uses: Freshly/Octocop@v0.0.2
|
||||
with:
|
||||
github_token: ${{ secrets.github_token }}
|
||||
|
||||
@@ -62,9 +62,6 @@ Metrics/BlockNesting:
|
||||
Metrics/ParameterLists:
|
||||
Enabled: false
|
||||
|
||||
Layout/TrailingWhitespace:
|
||||
Enabled: false
|
||||
|
||||
Layout/LineContinuationLeadingSpace:
|
||||
Enabled: false
|
||||
|
||||
@@ -127,6 +124,9 @@ Layout/FirstHashElementIndentation:
|
||||
Layout/IndentationStyle:
|
||||
EnforcedStyle: spaces
|
||||
|
||||
Style/AndOr:
|
||||
Enabled: false
|
||||
|
||||
Style/RedundantReturn:
|
||||
Enabled: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user