ERB Lint

Review ERB files with Hound

Scott avatar
Written by Scott
Updated over a week ago

Hound uses erb-lint (0.0.29).

Please note that this linter is disabled by default. To enable ERB style
checking, add the following to your .hound.yml.

erblint:
  enabled: true


By default, erb-lint built-in configuration is used. You can change the
way erb-lint is configured by creating a proper config file in
your project and reference it in your .hound.yml.

erblint:
  enabled: true
  config_file: .erb-lint.yml

Did this answer your question?