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

No errors or output when linting certain files/projects #120

Closed
pdehaan opened this issue Apr 20, 2015 · 4 comments

Comments

@pdehaan
Copy link

commented Apr 20, 2015

Prerequisites:

Install standard globally:

$ npm i standard -g

Steps to reproduce:

  1. git clone git@github.com:mozilla/fxa-content-server.git .
  2. standard
  3. standard --verbose
  4. echo $?

Actual results:

$ standard
$ standard --verbose
$ echo $? # 0
$ standard --version # 3.6.1

Not sure why I'm not seeing any output or errors (with or without the --verbose flag).

@Flet

This comment has been minimized.

Copy link
Member

commented Apr 21, 2015

This looks to be relatd to the .gitignore problems with negative patterns... #115 #116 #117
If I remove all the negative patterns from the .gitignore file then I get results.

@Flet

This comment has been minimized.

Copy link
Member

commented Apr 21, 2015

@feross maybe its time to revert the gitignore stuff and work it in a branch :(

@feross

This comment has been minimized.

Copy link
Member

commented Apr 21, 2015

@Flet Agreed.

@pdehaan Please try again with standard 3.7.0, which disables .gitignore support. It should work now.

@feross feross closed this Apr 21, 2015

feross added a commit that referenced this issue Apr 21, 2015

@pdehaan

This comment has been minimized.

Copy link
Author

commented Apr 21, 2015

@feross Looks great, thanks!

Flet added a commit to Flet/standard that referenced this issue Oct 23, 2015

@lock lock bot locked as resolved and limited conversation to collaborators May 11, 2018

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
3 participants
You can’t perform that action at this time.