Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linter does not like CRLF which is default on Windows #5

Closed
pavelhoral opened this issue May 17, 2020 · 1 comment
Closed

Linter does not like CRLF which is default on Windows #5

pavelhoral opened this issue May 17, 2020 · 1 comment
Assignees

Comments

@pavelhoral
Copy link
Contributor

Got a lot of EOL errors from linter:

1:61  error  Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style

This is because git changes line endings based on the operating system (ATM I am on Windows). You should either disable lint rule or add gitattributes config.

@martincizek
Copy link
Member

Please feel free to submit a PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants