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

Enforce prettier code styling #535

Merged
merged 2 commits into from
Feb 12, 2021
Merged

Conversation

emersonknapp
Copy link
Contributor

@emersonknapp emersonknapp commented Feb 12, 2021

Enforce linter style in the tests and note the autoformatting command in DEVELOPING.md.

Helps avoid the "please don't include formatting changes in functional PRs" comments. I think some people's editors, or maybe some pre-commit hook that I don't have is doing it for other developers.

Helps address comments on #523 and #524

Lint failure in first commit check https://github.com/ros-tooling/action-ros-ci/pull/535/checks?check_run_id=1884593227

@emersonknapp emersonknapp requested a review from a team as a code owner February 12, 2021 03:18
@emersonknapp emersonknapp requested review from Karsten1987 and prajakta-gokhale and removed request for a team February 12, 2021 03:18
@emersonknapp emersonknapp force-pushed the emersonknapp/enforce-linter branch 2 times, most recently from 92279c4 to 8a1d4f2 Compare February 12, 2021 03:26
@codecov
Copy link

codecov bot commented Feb 12, 2021

Codecov Report

Merging #535 (34e52a9) into master (d4316b3) will decrease coverage by 0.23%.
The diff coverage is 18.18%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #535      +/-   ##
==========================================
- Coverage   36.00%   35.76%   -0.24%     
==========================================
  Files           1        1              
  Lines         150      151       +1     
  Branches       29       29              
==========================================
  Hits           54       54              
- Misses         96       97       +1     
Impacted Files Coverage Δ
src/action-ros-ci.ts 35.76% <18.18%> (-0.24%) ⬇️

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 d4316b3...dae5e10. Read the comment docs.

Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Signed-off-by: Emerson Knapp <emerson.b.knapp@gmail.com>
Copy link
Member

@christophebedard christophebedard left a comment

Choose a reason for hiding this comment

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

this looks good. Here's an approval - well at least "in spirit!"

Copy link
Contributor

@jikawa-az jikawa-az left a comment

Choose a reason for hiding this comment

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

lgmt

@emersonknapp emersonknapp merged commit 4c63c81 into master Feb 12, 2021
@emersonknapp emersonknapp deleted the emersonknapp/enforce-linter branch February 12, 2021 19:37
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.

None yet

4 participants