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

CI: Limit code linting to a single v. of Node.js #190

Merged
merged 1 commit into from
Jun 17, 2020

Conversation

jugglinmike
Copy link
Contributor

The static code analyzer is unlikely to uncover different issues across
versions of Node.js. A report comprised of results from many versions
will generally be redundant.

Reconfigure the service to lint the code in the latest verion of Node.js
only.

The static code analyzer is unlikely to uncover different issues across
versions of Node.js. A report comprised of results from many versions
will generally be redundant.

Reconfigure the service to lint the code in the latest verion of Node.js
only.
@rmeritz
Copy link
Contributor

rmeritz commented Jun 15, 2020

This seems like wise improvement to me. It is a annoying to get 3 comments for every issue.

@kasrak kasrak merged commit 0e1018c into Airtable:master Jun 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants