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

Renamed pep8 to pycodestyle #6570

Merged
merged 14 commits into from
Aug 29, 2019
Merged

Renamed pep8 to pycodestyle #6570

merged 14 commits into from
Aug 29, 2019

Conversation

marsfan
Copy link

@marsfan marsfan commented Jul 13, 2019

For #410

Not 100% sure if this passes CI checks (my computer was a bit finicky with unit tests), but I am setting up the PR now to trigger the CI system and see if everything looks good.

  • Pull request represents a single change (i.e. not fixing disparate/unrelated things in a single PR)
  • Title summarizes what is changing
  • Has a news entry file (remember to thank yourself!)
  • Appropriate comments and documentation strings in the code
  • Has sufficient logging.
  • Has telemetry for enhancements.
  • Unit tests & system/integration tests are added/updated
  • Test plan is updated as appropriate
  • package-lock.json has been regenerated by running npm install (if dependencies have changed)
  • The wiki is updated with any design decisions/details.

@msftclas
Copy link

msftclas commented Jul 13, 2019

CLA assistant check
All CLA requirements met.

@marsfan marsfan marked this pull request as ready for review July 13, 2019 21:46
@marsfan
Copy link
Author

marsfan commented Jul 14, 2019

It seems all the tests passed. Something must have been configured wrong on my end.

Copy link

@DonJayamanne DonJayamanne left a comment

Choose a reason for hiding this comment

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

Thanks for the PR, awesome work.
A few changes:

@marsfan
Copy link
Author

marsfan commented Aug 3, 2019

@DonJayamanne I do not have any experience with typescript, but I'll see what I can do.

Should I be adding these new checks to the same file, or creating a new one?

@marsfan
Copy link
Author

marsfan commented Aug 3, 2019

Just pushed a new commit. I added into the same file support for renaming the settings.

@DonJayamanne
Copy link

do not have any experience with typescript, but I'll see what I can do.

That's fine, we can do that work. Thank for your awesome work.

@marsfan
Copy link
Author

marsfan commented Aug 27, 2019

@DonJayamanne @ericsnowcurrently I have not heard anything about this in a while. Anything I need to do?

@ericsnowcurrently ericsnowcurrently mentioned this pull request Aug 28, 2019
10 tasks
@codecov-io
Copy link

codecov-io commented Aug 28, 2019

Codecov Report

Merging #6570 into master will decrease coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6570      +/-   ##
==========================================
- Coverage   58.48%   58.44%   -0.04%     
==========================================
  Files         485      485              
  Lines       21437    21446       +9     
  Branches     3462     3462              
==========================================
- Hits        12537    12535       -2     
- Misses       8122     8135      +13     
+ Partials      778      776       -2
Impacted Files Coverage Δ
src/client/linters/constants.ts 100% <ø> (ø) ⬆️
src/client/linters/types.ts 100% <ø> (ø) ⬆️
src/client/linters/pycodestyle.ts 100% <100%> (ø)
src/client/linters/linterManager.ts 72.6% <100%> (ø) ⬆️
src/client/common/installer/productNames.ts 100% <100%> (ø) ⬆️
src/client/common/configSettings.ts 57.54% <100%> (ø) ⬆️
src/client/common/installer/productInstaller.ts 77.24% <100%> (ø) ⬆️
src/client/testing/common/updateTestSettings.ts 96.42% <100%> (+0.68%) ⬆️
src/client/common/installer/productService.ts 100% <100%> (ø) ⬆️
src/client/common/types.ts 100% <100%> (ø) ⬆️
... and 1 more

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 f3a55af...77417b3. Read the comment docs.

Copy link
Member

@ericsnowcurrently ericsnowcurrently left a comment

Choose a reason for hiding this comment

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

LGTM

@ericsnowcurrently ericsnowcurrently merged commit 15756ba into microsoft:master Aug 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Sep 5, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants