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

Explicitly provide .eslintignore to eslint & prettier #567

Merged
merged 2 commits into from
Mar 8, 2021
Merged

Explicitly provide .eslintignore to eslint & prettier #567

merged 2 commits into from
Mar 8, 2021

Conversation

christophebedard
Copy link
Member

@christophebedard christophebedard commented Mar 6, 2021

Follow-up to #564

eslint does consider .eslintignore by default, but prettier does not (it uses .prettierignore instead). My bad.

Let's just roll back to explicitly providing the (right) file!

Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
@christophebedard christophebedard requested a review from a team as a code owner March 6, 2021 18:26
@christophebedard christophebedard requested review from thomas-moulard and prajakta-gokhale and removed request for a team March 6, 2021 18:26
@codecov
Copy link

codecov bot commented Mar 6, 2021

Codecov Report

Merging #567 (0928318) into master (99d064b) will decrease coverage by 1.01%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #567      +/-   ##
==========================================
- Coverage   42.42%   41.41%   -1.02%     
==========================================
  Files           2        2              
  Lines         198      198              
  Branches       36       36              
==========================================
- Hits           84       82       -2     
- Misses        114      116       +2     
Impacted Files Coverage Δ
src/action-ros-ci.ts 31.36% <0.00%> (-1.19%) ⬇️

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 99d064b...0928318. Read the comment docs.

@emersonknapp emersonknapp enabled auto-merge (squash) March 8, 2021 17:49
@emersonknapp emersonknapp merged commit a622fb7 into ros-tooling:master Mar 8, 2021
@christophebedard christophebedard deleted the fix-pre-commit-hook-take2 branch March 8, 2021 21:35
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

2 participants