--- EnableDefaultLinters: true linters: Rubocop: enabled: true rubocop_config: inherit_from: - .rubocop.yml Layout/InitialIndentation: Enabled: false Layout/TrailingEmptyLines: Enabled: false Layout/TrailingWhitespace: Enabled: false Layout/LeadingEmptyLines: Enabled: false # False flags for view files. # ViewComponents should never see this, though, as they should never need to assign in a view. Lint/UselessAssignment: Exclude: - "app/jobs/**/*" - "app/views/**/*"