This repository has been archived by the owner on Jul 20, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
How to check original JS files rather than module-transpiler processed files? #10
Comments
you only pass pre-transpiled source to the main filter |
@rwjblue can you give me an example please? It's still very hard for me to understand broccoli and ember-cli plugins system. I tried to do it like this in
|
Should be fixable once ember-cli/ember-cli#3094 lands (and once we update to use the |
👍 Looks like this will be in soon, sweet. |
@knownasilya - Ya, I should get a PR together tonight/tomorrow morning. |
@rwjblue - Is it already possible to fix the issue? |
Yes, this should already be resolved. |
@ivanvotti Can you confirm this is fixed? |
@rwjblue @kellyselden I've just tried |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
@rwjblue I get irrelevant JSCS reports about code style issues in module-transpiler processed files. I'd like JSCS to check code style in original source files only. How can I do that?
Example of JSCS noise:
But in the original file I don't have any code style problems:
The text was updated successfully, but these errors were encountered: