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

chore: run prettier for auto-generated code #273

Merged
merged 1 commit into from
Aug 10, 2018
Merged

chore: run prettier for auto-generated code #273

merged 1 commit into from
Aug 10, 2018

Conversation

alexander-fenster
Copy link
Contributor

Three issues here:

(1) Lint failures caused by auto-generated code formatting.
(2) #270 - @dpebot did not run prettier on the generated files which caused lint failures;
(3) For some reason, lint is not listed as required for this project, so the PR got merged even with failing CI.

Fixing (1) here, leaving (2) and (3) to @JustinBeckwith / @crwilcox :)

@alexander-fenster alexander-fenster requested a review from a team August 9, 2018 21:42
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Aug 9, 2018
@codecov
Copy link

codecov bot commented Aug 9, 2018

Codecov Report

Merging #273 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master   #273   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files          10     10           
  Lines        1266   1266           
=====================================
  Hits         1266   1266

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 4555661...f494740. Read the comment docs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants