X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/3834ed45e6a383dc5b4fd72090abf692731ecd52..9f931ca1e3d6e1e1a1a2a354a78e84173a60df44:/.erb-lint.yml diff --git a/.erb-lint.yml b/.erb-lint.yml index f1da5efb3..d0ccb0c0d 100644 --- a/.erb-lint.yml +++ b/.erb-lint.yml @@ -25,44 +25,9 @@ linters: Enabled: false Rails/OutputSafety: Enabled: false - Style/StringLiterals: - Exclude: # TODO - - app/views/browse/* - - app/views/changesets/* - - app/views/changeset_comments/* - - app/views/diary_entries/* - - app/views/geocoder/* - - app/views/issues/* - - app/views/layouts/* - - app/views/messages/* - - app/views/notes/* - - app/views/notifier/* - - app/views/oauth/* - - app/views/oauth_clients/* - - app/views/redactions/* - - app/views/reports/* - - app/views/traces/* - - app/views/user_blocks/* - - app/views/users/* Rails/DynamicFindBy: Enabled: false # TODO - Style/AndOr: - Enabled: false # TODO - Style/WordArray: - Enabled: false # TODO Layout/LeadingBlankLines: Enabled: false # TODO - Style/NestedParenthesizedCalls: - Enabled: false # TODO - Rails/LinkToBlank: - Enabled: false # TODO - Style/SymbolProc: - Enabled: false # TODO - Style/Not: - Enabled: false # TODO - Style/NegatedIf: - Enabled: false # TODO - Style/ConditionalAssignment: - Enabled: false # TODO exclude: - '**/vendor/**'