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

Add style checker to npm test #291

Merged
merged 1 commit into from
Jul 30, 2014
Merged

Add style checker to npm test #291

merged 1 commit into from
Jul 30, 2014

Conversation

angus-c
Copy link
Contributor

@angus-c angus-c commented Jul 30, 2014

Adding JSCS with an initially liberal style check to npm test. This will run after the karma tests (including in Travis). The rules can be tightened later if agreed.

Fixed existing code conform to our initial JSCS rules.

I also added a pre-commit hook but for some reason symlinking it to .git/hooks did not work - so you may have to copy it there manually

@@ -0,0 +1,35 @@
{
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should use 2 space indentation

angus-c added a commit that referenced this pull request Jul 30, 2014
Add style checker to `npm test`
@angus-c angus-c merged commit 25378d9 into master Jul 30, 2014
@necolas necolas deleted the jscs branch August 7, 2014 21:48
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

Successfully merging this pull request may close these issues.

2 participants