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

drop noUnusedParameters #40

Merged
merged 1 commit into from
Aug 14, 2017
Merged

Conversation

ofrobots
Copy link
Contributor

The internal Google configuration doesn't use this flag.
Fixes: #39

@@ -10,7 +10,6 @@
"noEmitOnError": true,
"noImplicitReturns": true,
"noUnusedLocals": true,
Copy link

Choose a reason for hiding this comment

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

we also don't include this.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks. Dropped noUnusedLocals as well.

The internal Google configuration doesn't use this `noUnusedLocals`
and `noUnusedParameters`.

Fixes: google#39
@ofrobots ofrobots merged commit e080d6c into google:master Aug 14, 2017
@ofrobots ofrobots deleted the drop-no-unused-parameter branch August 14, 2017 17:14
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.

3 participants