Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

Filters and tidy #1

Merged
merged 4 commits into from
Jun 3, 2014
Merged

Filters and tidy #1

merged 4 commits into from
Jun 3, 2014

Conversation

Omegaice
Copy link
Contributor

@Omegaice Omegaice commented Jun 2, 2014

I installed this linter module and realized its warned about too many things that I did not want, so I started to mess with the code to add filters into it.

I had some issues passing the filters on the command line to the node module and then realized that the node module was a wrapper for the python file. I removed the module as a dependance and just kept the python executable as it seemed cleaner and should reduce the download and install time.

The output parsing was the same for the node module and the base executable which simplified things. I then changed the regex to remove the verbosity level as it was information that didn't seem useful at the moment as there is no way to set the verbosity.

@Nathan-Smith
Copy link
Member

@Omegaice, looks good! I'll give it a test.

@Nathan-Smith
Copy link
Member

Passed testing 👍
I'll 🚢 it very soon

Nathan-Smith added a commit that referenced this pull request Jun 3, 2014
Filters and tidy.
* Removed dependancy on node module
* Added ability to manage cpplint filters
@Nathan-Smith Nathan-Smith merged commit 3a76af6 into AtomLinter:master Jun 3, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants