linelint icon indicating copy to clipboard operation
linelint copied to clipboard

Linter that validates simple newline and whitespace rules in all sorts of files.

Results 5 linelint issues
Sort by recently updated
recently updated
newest added

I'm using this action in my GitHub actions and autofix is true in .linelint.yml but this only report issues but doesn't auto fix them. I have also granted write permissions...

Hello @fernandrone, would it be possible to configure this action directly in workflow file?

enhancement

Would be great for adoption = )

When line lint is running, it fails over a symbolic link because it cannot open the file: [EOF Rule] Ignoring file "vor/playpens/cibc/src/docs/env_info/cibc_dev.md": in rule ignore path [EOF Rule] Ignoring file...

Hi! Great tool, difficult to split lint from lint-fix runs. Is there an idiom to support this e.g. linelint --fix?