diff --git a/.rubocop.yml b/.rubocop.yml index c58f51bdb..ed6970b34 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -77,3 +77,7 @@ Style/AsciiComments: # because NerdCommenter honors commented code intentions Style/CommentIndentation: Enabled: false + +# It did not alayws suggested good format +Style/AlignParameters: + Enabled: false