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

Lint rule updates #1716

Merged
merged 2 commits into from
Mar 19, 2018
Merged

Conversation

rachel-fenichel
Copy link
Collaborator

The basics

  • I branched from develop
  • My pull request is against develop
  • My code follows the style guide

The details

Resolves

None

Proposed Changes

  • Add keyword-spacing rule to our .eslintrc, and fix issues.
  • Update max-len rule to limit to 100 and ignore strings and regexp.

Reason for Changes

Updates that @macherel pointed out in #1579. (Sorry for the delay in adding them.)

Test Coverage

Tested with eslint .

Additional Information

According to the google style guide we should limit line lengths to 80 characters. There are too many errors for me to do that right now, but I enforce it for new code where reasonable.

@picklesrus
Copy link
Contributor

LGTM

@rachel-fenichel rachel-fenichel merged commit 1400bcb into google:develop Mar 19, 2018
@rachel-fenichel rachel-fenichel deleted the lint_rules branch March 19, 2018 21:56
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.

2 participants