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

eslint does not like CRLF #151

Merged
merged 1 commit into from
Aug 14, 2018
Merged

eslint does not like CRLF #151

merged 1 commit into from
Aug 14, 2018

Conversation

jetersen
Copy link
Contributor

@jetersen jetersen commented Aug 14, 2018

fix working tree with

git rm --cached -r .
git reset --hard
C:\Users\josep\code\node-gitlab\test\tests\services\PushRule.js
   1:41  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   2:1   error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   3:29  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   4:99  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   5:3   warning  Disabled test                                    jest/no-disabled-tests
   5:65  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   6:35  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   7:35  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   8:48  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
   9:8   error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  10:24  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  11:20  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  12:26  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  13:7   error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  14:53  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  15:1   error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  16:43  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  17:44  error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  18:6   error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style
  19:4   error    Expected linebreaks to be 'LF' but found 'CRLF'  linebreak-style

✖ 3716 problems (3715 errors, 1 warning)
  3715 errors and 0 warnings potentially fixable with the `--fix` option

fix working tree with
```
git rm --cached -r .
git reset --hard
```
@jdalrymple jdalrymple merged commit dae1e1f into jdalrymple:master Aug 14, 2018
@jetersen jetersen deleted the fixLineEndingInESLintOnWindows branch August 14, 2018 17:44
@jdalrymple
Copy link
Owner

🎉 This PR is included in version 3.8.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

mdsb100 pushed a commit to mdsb100/node-gitlab that referenced this pull request Aug 17, 2018
fix working tree with
```
git rm --cached -r .
git reset --hard
```
mdsb100 pushed a commit to mdsb100/node-gitlab that referenced this pull request Aug 17, 2018
fix working tree with
```
git rm --cached -r .
git reset --hard
```
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

Successfully merging this pull request may close these issues.

2 participants