We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
After applying ruboclean .rubocop.yml with:
ruboclean .rubocop.yml
Lint/ConstantDefinitionInBlock: Exclude: - test/**/*
it makes it like:
and my yamllint returns error wrong indentation: expected 4 but found 2 (indentation)
error wrong indentation: expected 4 but found 2 (indentation)