0.01
No release in over a year
Guard plugin for erb_lint
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies
 Project Readme

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.