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
The rake task should allow arbitrary CLI arguments. This feature is implemented for rubocop and scss-lint, and as far as I can tell it's necessary for specifying a formatter when running slim-lint via the rake task.
The rake task should allow arbitrary CLI arguments. This feature is implemented for rubocop and scss-lint, and as far as I can tell it's necessary for specifying a formatter when running slim-lint via the rake task.
scss-lint implementation: sds/scss-lint@e2a96cb
rubocop implementation: https://github.com/bbatsov/rubocop/blob/master/lib/rubocop/rake_task.rb#L57
The text was updated successfully, but these errors were encountered: