Skip to content

yenshirak/erb-lint-line-length-linter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

LineLength linter for ERB Lint

ERB Lint linter for checking the length of lines. Inspired by the RuboCop Layout/LineLength cop.

Getting Started

Add it to your repository as a submodule:

git submodule add https://github.com/yenshirak/erb-lint-line-length-linter.git .erb-linters

Configure it in .erb-lint.yml:

linters:
  LineLength:
    enabled: true
    max: 80 # The default is 120.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages