Skip to content

Fix jake lint with newest tslint #4005

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

Merged
merged 2 commits into from
Jul 23, 2015

Conversation

weswigham
Copy link
Member

-f was removed from tslint, causing jake lint to always fail with usage errors.

@@ -738,7 +738,7 @@ task("lint", [], function() {
var lintTargets = compilerSources.concat(harnessCoreSources);
for(var i in lintTargets) {
Copy link
Member

Choose a reason for hiding this comment

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

The irony doesn't escape me, but can you add a space after the for here?

@danquirk
Copy link
Member

👍

@DanielRosenwasser
Copy link
Member

Thanks!

DanielRosenwasser added a commit that referenced this pull request Jul 23, 2015
Fix jake lint with newest tslint
@DanielRosenwasser DanielRosenwasser merged commit 68f84af into microsoft:master Jul 23, 2015
@microsoft microsoft locked and limited conversation to collaborators Jun 19, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants