precisely / web

1 stars 0 forks source link

CircleCI should fail if TSLint check fails #165

Open aneilbaboo opened 6 years ago

aneilbaboo commented 6 years ago

I noticed we have snake_case being checked in, but we should be disallowing it in the linter config.

CircleCI should report an error.

visheshd commented 6 years ago

@aneilbaboo Was this in a test case. Just created #187 to add it there.

But for the rest of things Circle CI does fail when linter fails. It just did for #186

aneilbaboo commented 6 years ago

I thought that was a test failure, not a linter failure.