Closed assafshomer closed 6 years ago
By default the gem does not add an extra line after the magic comment, which will fail Rubocop analysis due to EmptyLineAfterMagicComment. Can be solved by disabling that cop in rubocop.yml:
rubocop.yml
Layout/EmptyLineAfterMagicComment: Enabled: false
By default the gem does not add an extra line after the magic comment, which will fail Rubocop analysis due to EmptyLineAfterMagicComment. Can be solved by disabling that cop in
rubocop.yml
: