.rubocop.yml in basquiat-1.1.1 vs .rubocop.yml in basquiat-1.2.0

- old
+ new

@@ -1,9 +1,10 @@ AllCops: Exclude: - 'bin/*' - 'docker/*' -Style/LineLength: + - 'Guardfile' +Metrics/LineLength: Max: 109 Style/AlignHash: EnforcedHashRocketStyle: table