fourkitchens / crowd.work

Crowd Work
1 stars 0 forks source link

Coding Standards Enforcement #38

Closed patrickocoffeyo closed 9 years ago

patrickocoffeyo commented 9 years ago

This PR contains a gulp cs task in the root of the project that sniffs the codebase for code formatting issues, and an .editorconfig file.

This PR also introduces the latest version of Meteor, which includes some package upgrades. This upgrade was necessary for some of the coding standards enforcements to work while I was working on a build package. I've wrapped that into this PR because it's related, and needs to be merged.

Steps to test this PR:

This PR also removes a duplicate license. (Proper license is in the /docs folder)

fluxsauce commented 9 years ago

@patrickocoffeyo I fixed the syntax error, added some JSON lint checkers and chained the checks. Should we add watch to this?

patrickocoffeyo commented 9 years ago

@fluxsauce Thanks for fixing that syntax error, I re-ordered the source file patterns like an idiot :D Also, awesome json linting! I'll add a watch task right now.

patrickocoffeyo commented 9 years ago

Added a gulp watch task.

fluxsauce commented 9 years ago

Made watch the default task. Let's ship it!