mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-08 23:18:10 -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
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v1
|
||||||
- name: rubocop
|
- name: Rubocop
|
||||||
uses: Freshly/Octocop@v0.0.2
|
uses: Freshly/Octocop@v0.0.2
|
||||||
with:
|
with:
|
||||||
github_token: ${{ secrets.github_token }}
|
github_token: ${{ secrets.github_token }}
|
||||||
|
|||||||
@@ -62,9 +62,6 @@ Metrics/BlockNesting:
|
|||||||
Metrics/ParameterLists:
|
Metrics/ParameterLists:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
Layout/TrailingWhitespace:
|
|
||||||
Enabled: false
|
|
||||||
|
|
||||||
Layout/LineContinuationLeadingSpace:
|
Layout/LineContinuationLeadingSpace:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
@@ -127,6 +124,9 @@ Layout/FirstHashElementIndentation:
|
|||||||
Layout/IndentationStyle:
|
Layout/IndentationStyle:
|
||||||
EnforcedStyle: spaces
|
EnforcedStyle: spaces
|
||||||
|
|
||||||
|
Style/AndOr:
|
||||||
|
Enabled: false
|
||||||
|
|
||||||
Style/RedundantReturn:
|
Style/RedundantReturn:
|
||||||
Enabled: false
|
Enabled: false
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user