eclipsesource / jshint-eclipse

JSHint integration for the Eclipse IDE
http://github.eclipsesource.com/jshint-eclipse/
146 stars 31 forks source link

Question: How to exclude `bower_components` at any path (for Nodeclipse) #101

Closed paulvi closed 9 years ago

paulvi commented 9 years ago

What should be config to exclude any path that has bower_components

I tried several, included what said in #64

For example, they use /**/ as path segment wildcard, while we currently use //.

Current .settings/com.eclipsesource.jshint.ui.prefs for Nodeclipse

eclipse.preferences.version=1
excluded=//*.json\://bower_components//*\:node_lib//*\:node_modules//*
included=//*.jjs\://*.js\://*.jshintrc\://*.mjs\://*.njs\://*.pjs\://*.vjs
projectSpecificOptions=true

That is //bower_components//* for exclusion, but I still got libraries under app\bower_components validated by jshint-eclipse.

paulvi commented 9 years ago

also asked on http://stackoverflow.com/questions/26418373/nodeclipse-how-to-exclude-bower-components-at-any-path-from-jshint-eclipse-v