Skip to content

Cop/LineBreakAroundConditionalBlock: Don't check for HAML files programmatically

Peter Leitzen requested to merge pl-line-break-around-conditionals-haml into master

What does this MR do and

Checking files programmatically is slow and Include/Exclude` is preferred.

With HAML lint, instead disable this cop in .haml-lint.yml:

linters:
  RuboCop:
    enabled: true
    ignored_cops:
      - Cop/LineBreakAroundConditionalBlock
Edited by Peter Leitzen

Merge request reports