You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rails (or is that Sprockets?) asset pipeline uses a comment sign followed by = (hence #= in our case) in the first comment block of a file to include preprocessor directives in asset files. This conflicts with Rubocop in Opal files, making the following workaround mandatory:
Rails (or is that Sprockets?) asset pipeline uses a comment sign followed by
=
(hence#=
in our case) in the first comment block of a file to include preprocessor directives in asset files. This conflicts with Rubocop in Opal files, making the following workaround mandatory:Could it be possible to make Style/LeadingCommentSpace smarter?
The text was updated successfully, but these errors were encountered: