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

Ignore files which ends with -test.js #163

Closed
alexandrubeu opened this issue Mar 14, 2017 · 0 comments
Closed

Ignore files which ends with -test.js #163

alexandrubeu opened this issue Mar 14, 2017 · 0 comments

Comments

@alexandrubeu
Copy link

alexandrubeu commented Mar 14, 2017

Hi,
I'm trying to exclude files which are ending with -test.js but it's not working. Example (keyBindigns-test.js).
I must mention that the tests are placed near the implementation files. (No special folder of tests)

.codeclimate.yml

exclude_paths:
- node_modules/
- test-build/
- webpack/
- vendor/
- src/__mocks__
- build/
- src/custom-config.js
- src/runtime-configs.js
- gulpfile.js
- .idea/
- webpack.config.js
- "**-test.js"

I've tried "**-test.js" but is not working

Can you help me please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant