.rubocop.yml in lightspeed_restaurant-3.3.2 vs .rubocop.yml in lightspeed_restaurant-3.3.3

- old
+ new

@@ -1,9 +1,9 @@ require: rubocop-rspec -Metrics/LineLength: - Max: 120 +Layout/LineLength: + Max: 100 Metrics/ParameterLists: Max: 6 Metrics/MethodLength: @@ -19,11 +19,11 @@ Metrics/BlockLength: Severity: warning Exclude: - spec/**/* -Lint/HandleExceptions: +Lint/SuppressedException: Enabled: false RSpec/MultipleExpectations: Max: 3 @@ -49,8 +49,5 @@ '%W': '[]' Metrics/ClassLength: Max: 200 Severity: warning - -HttpPositionalArguments: - Enabled: false