.rubocop.yml in u3d-1.0.12 vs .rubocop.yml in u3d-1.0.13
- old
+ new
@@ -9,9 +9,12 @@
#Include:
# - '**/fastlane/Fastfile'
Exclude:
- './fastlane-plugin-u3d/**/*'
+# broken in 0.52.1
+Layout/EmptyLinesAroundArguments:
+ Enabled: false
Style/NumericLiteralPrefix:
Enabled: false
Style/StringLiterals:
\ No newline at end of file