.rubocop.yml in basquiat-1.2.0 vs .rubocop.yml in basquiat-1.3.0.pre.1

- old
+ new

@@ -1,11 +1,12 @@ AllCops: Exclude: - 'bin/*' - 'docker/*' - 'Guardfile' + - 'basquiat.gemspec' Metrics/LineLength: - Max: 109 + Max: 119 Style/AlignHash: EnforcedHashRocketStyle: table Style/Documentation: