Skip to content

lint code in 'server' folder #5440

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
Oct 29, 2015
Merged

lint code in 'server' folder #5440

merged 2 commits into from
Oct 29, 2015

Conversation

vladima
Copy link
Contributor

@vladima vladima commented Oct 28, 2015

No description provided.

var lintTargets = compilerSources.concat(harnessCoreSources);
var lintTargets = compilerSources
.concat(harnessCoreSources)
.concat(serverOnlySources.filter(function(p) { return path.basename(p) !== "node.d.ts"; }));
Copy link
Contributor

Choose a reason for hiding this comment

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

this is actually our fork of node.d.ts, we should lint it too.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

ok, I was not sure about that

@mhegazy
Copy link
Contributor

mhegazy commented Oct 28, 2015

👍

@mhegazy
Copy link
Contributor

mhegazy commented Oct 28, 2015

thanks!

vladima added a commit that referenced this pull request Oct 29, 2015
@vladima vladima merged commit 067e1cc into master Oct 29, 2015
@vladima vladima deleted the lintServer branch October 29, 2015 03:55
@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.

3 participants