.rubocop.yml in pushmi_pullyu-2.0.2 vs .rubocop.yml in pushmi_pullyu-2.0.3

- old
+ new

@@ -34,11 +34,11 @@ # A complexity metric that is strongly correlated to the number # of test cases needed to validate a method. Metrics/CyclomaticComplexity: Enabled: false -Metrics/LineLength: +Layout/LineLength: Enabled: true Max: 120 # default is 80 # Avoid methods longer than 10 lines of code. Metrics/MethodLength: @@ -105,6 +105,6 @@ Naming/VariableNumber: Enabled: false Style/OpenStructUse: - Enabled: false \ No newline at end of file + Enabled: false