diff --git a/.rubocop.yml b/.rubocop.yml index ae486cc1c..0c56b53fc 100644 --- a/.rubocop.yml +++ b/.rubocop.yml @@ -20,7 +20,7 @@ Rails: Enabled: true Metrics/LineLength: - Max: 140 + Max: 100 Layout/IndentationConsistency: EnforcedStyle: rails