Skip to content

Commit

Permalink
(maint) Disables style cop
Browse files Browse the repository at this point in the history
This commit disables the Style/RedundantLineContinuation cop in
RuboCop, as it's triggering false positives for things like
Vanagon components (Hiera, Facter).
  • Loading branch information
mhashizume committed Apr 7, 2023
1 parent d4bd8d4 commit bf90eea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,9 @@ Style/PercentLiteralDelimiters:
Style/RedundantInterpolation:
Enabled: false

Style/RedundantLineContinuation:
Enabled: false

Style/SignalException:
Enabled: false

Expand Down

0 comments on commit bf90eea

Please sign in to comment.