Merge pull request #1261 from betagouv/rubocop

Rubocop
This commit is contained in:
gregoirenovel 2018-01-18 11:00:28 +01:00 committed by GitHub
commit 6b7b0eb51a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
85 changed files with 251 additions and 251 deletions

View file

@ -155,28 +155,28 @@ Layout/RescueEnsureAlignment:
Enabled: true
Layout/SpaceAfterColon:
Enabled: false
Enabled: true
Layout/SpaceAfterComma:
Enabled: false
Layout/SpaceAfterMethodName:
Enabled: false
Enabled: true
Layout/SpaceAfterNot:
Enabled: false
Enabled: true
Layout/SpaceAfterSemicolon:
Enabled: false
Enabled: true
Layout/SpaceAroundBlockParameters:
Enabled: false
Enabled: true
Layout/SpaceAroundEqualsInParameterDefault:
Enabled: false
Enabled: true
Layout/SpaceAroundKeyword:
Enabled: false
Enabled: true
Layout/SpaceAroundOperators:
Enabled: true
@ -185,55 +185,56 @@ Layout/SpaceBeforeBlockBraces:
Enabled: false
Layout/SpaceBeforeComma:
Enabled: false
Enabled: true
Layout/SpaceBeforeComment:
Enabled: false
Enabled: true
Layout/SpaceBeforeFirstArg:
Enabled: false
Enabled: true
Layout/SpaceBeforeSemicolon:
Enabled: false
Enabled: true
Layout/SpaceInLambdaLiteral:
Enabled: false
Enabled: true
EnforcedStyle: require_space
Layout/SpaceInsideArrayPercentLiteral:
Enabled: false
Enabled: true
Layout/SpaceInsideBlockBraces:
Enabled: false
Enabled: true
Layout/SpaceInsideBrackets:
Enabled: false
Enabled: true
Layout/SpaceInsideHashLiteralBraces:
Enabled: false
Enabled: true
Layout/SpaceInsideArrayLiteralBrackets:
Enabled: false
Layout/SpaceInsideParens:
Enabled: false
Enabled: true
Layout/SpaceInsidePercentLiteralDelimiters:
Enabled: false
Enabled: true
Layout/SpaceInsideRangeLiteral:
Enabled: false
Enabled: true
Layout/SpaceInsideStringInterpolation:
Enabled: false
Enabled: true
Layout/Tab:
Enabled: false
Enabled: true
Layout/TrailingBlankLines:
Enabled: false
Enabled: true
Layout/TrailingWhitespace:
Enabled: false
Enabled: true
Lint/AmbiguousBlockAssociation:
Enabled: false

View file

@ -12,4 +12,3 @@ describe NewGestionnaire::GestionnaireController, type: :controller do
end
end
end