googlearchive / polylint

Lint polymer!
BSD 3-Clause "New" or "Revised" License
116 stars 19 forks source link

add ignore option to cli interface #131

Closed 43081j closed 7 years ago

43081j commented 8 years ago

Fixes #102.

Added a simple ignore option using minimatch.

Review of this would be appreciated as the glob matching seems troublesome, given that paths are sometimes relative and sometimes absolute.

AlbertoFdzM commented 7 years ago

Any chance for this to be merged?

43081j commented 7 years ago

no longer needed, polymer-cli/linter can achieve this.