.rubocop.yml in omniauth-timetree-0.3.0 vs .rubocop.yml in omniauth-timetree-0.3.1

- old
+ new

@@ -21,30 +21,29 @@ Metrics/BlockNesting: Max: 2 Layout/LineLength: - AllowURI: true - Enabled: false + Max: 120 Metrics/MethodLength: CountComments: false - Max: 15 + Max: 20 Metrics/ParameterLists: Max: 4 CountKeywordArgs: true Metrics/AbcSize: Enabled: false Style/CollectionMethods: PreferredMethods: - map: 'collect' - reduce: 'inject' - find: 'detect' - find_all: 'select' + map: "collect" + reduce: "inject" + find: "detect" + find_all: "select" Style/Documentation: Enabled: false Style/DoubleNegation: @@ -58,12 +57,15 @@ Style/ExpandPathArguments: Enabled: false Style/HashSyntax: - EnforcedStyle: hash_rockets + EnforcedStyle: ruby19 Style/Lambda: Enabled: false Style/RaiseArgs: - EnforcedStyle: compact \ No newline at end of file + EnforcedStyle: compact + +Style/AsciiComments: + Enabled: false