-
Notifications
You must be signed in to change notification settings - Fork 10.3k
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
fix: linting check on azure/appveyor #9781
Conversation
4d79258
to
cb3e7bc
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 with questions
packages/**/*.js | ||
!packages/gatsby/cache-dir/**/*.js | ||
!packages/*/src/**/*.js | ||
packages/gatsby/cache-dir/commonjs/**/*.js |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ugh, this sucks :( necessarily evil I suppose.
@@ -1,3 +1,4 @@ | |||
**/*.js.snap text eol=lf | |||
**/__testfixtures__/** text eol=lf | |||
**/__tests__/fixtures/** text eol=lf | |||
**/*.md text eol=lf |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good; was there a reason we didn't just add this for all files?
seems like current (bit whacky) patterns don't play nice on windows for some reason, let's try different ones note - there is currently unrelated lint error in `www` so linting should fail - but it should have 1 error instead of thousands of errors on azure/appveyor - with this gatsbyjs#9780 should be clear
seems like current (bit whacky) patterns don't play nice on windows for some reason, let's try different ones
note - there is currently unrelated lint error in
www
so linting should fail - but it should have 1 error instead of thousands of errors on azure/appveyor - with this #9780 should be clear