Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 772 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 772 Bytes

Guard::ErbLint

Automatically lints your ERB view files using Guard and the Shopify/erb_lint gem.

Usage

Add this line to your application's Gemfile:

gem("guard-erb_lint", git: "https://github.com/Driversnote-Dev/guard-erb_lint")

And then execute:

bundle install
bundle exec guard init erb_lint

Or just add the following to your Guardfile:

guard(:erb_lint) do
  watch(/.+\.erb$/)
  watch(/.+\.html$/)
end

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/Driversnote-Dev/guard-erb_lint.

License

The gem is available as open source under the terms of the MIT License.