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

Adds new tslint rule for no-unused-variables #121

Merged
merged 2 commits into from Apr 19, 2018
Merged

Adds new tslint rule for no-unused-variables #121

merged 2 commits into from Apr 19, 2018

Conversation

campionfellin
Copy link
Collaborator

Fixes errors that came up through that new rule

Signed-off-by: campionfellin campionfellin@gmail.com

Fixes errors that came up through that new rule

Signed-off-by: campionfellin <campionfellin@gmail.com>
@coveralls
Copy link

coveralls commented Apr 19, 2018

Pull Request Test Coverage Report for Build 68

  • 0 of 0 (NaN%) changed or added relevant lines in 0 files are covered.
  • 137 unchanged lines in 1 file lost coverage.
  • Overall coverage decreased (-61.2%) to 9.603%

Files with Coverage Reduction New Missed Lines %
index.js 137 7.94%
Totals Coverage Status
Change from base Build 63: -61.2%
Covered Lines: 80
Relevant Lines: 617

💛 - Coveralls

Copy link
Contributor

@grant grant left a comment

Choose a reason for hiding this comment

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

Looks good after comment is addressed.

@@ -469,12 +467,6 @@ function getProjectFiles(rootDir: string, callback: FilesCallback): void {
if (err) return callback(new Error(err), null, null);
// Check if there are any .gs files
// We will prompt the user to rename files
let canRenameToJS = false;
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we comment this block out and add a TODO here?

This feature is incomplete. It was intended to rename files from gs to js.

Signed-off-by: campionfellin <campionfellin@gmail.com>
@grant
Copy link
Contributor

grant commented Apr 19, 2018

LGTM, thanks!

@grant grant merged commit 939225e into google:master Apr 19, 2018
@campionfellin campionfellin deleted the no-unused-variables branch April 19, 2018 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants