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

feat: display warning log message when it can not parse config #893

Merged
merged 1 commit into from
Sep 6, 2022

Conversation

is2ei
Copy link
Contributor

@is2ei is2ei commented Jan 30, 2022

fix #662

Short description of what this resolves:
This PR changes it to display a warning log message when it can not parse config.

Proposed changes:
Display warning log message

Screen Shot 2022-01-31 at 1 50 24

@github-actions github-actions bot added cli Relates to HTMLHint's command-line interface test labels Jan 30, 2022
@is2ei
Copy link
Contributor Author

is2ei commented Jan 30, 2022

Sorry but I would fix tests.

@codecov
Copy link

codecov bot commented Jan 30, 2022

Codecov Report

Merging #893 (f16d78c) into master (5a17fdd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #893   +/-   ##
=======================================
  Coverage   96.68%   96.68%           
=======================================
  Files           2        2           
  Lines        1627     1627           
  Branches      291      291           
=======================================
  Hits         1573     1573           
  Misses         54       54           

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 73bef2a...f16d78c. Read the comment docs.

@is2ei
Copy link
Contributor Author

is2ei commented Jan 30, 2022

Tests are fixed. Could you review it?

@is2ei
Copy link
Contributor Author

is2ei commented Mar 22, 2022

@thedaviddias
Hi, would this change be acceptable? If not, I'll close this PR.

@stale
Copy link

stale bot commented May 25, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the bot:stale Issue marked as stale because there was no activity label May 25, 2022
@stale stale bot closed this Jun 11, 2022
@coliff coliff reopened this Jun 11, 2022
@stale stale bot removed the bot:stale Issue marked as stale because there was no activity label Jun 11, 2022
@coliff
Copy link
Member

coliff commented Jun 11, 2022

@thedaviddias you approved this so can it be merged ?

@thedaviddias thedaviddias added the keep-unstale The issue will not be marked as stale by the stale-bot label Jul 22, 2022
@thedaviddias
Copy link
Member

@thedaviddias you approved this so can it be merged ?

Yes, it can. @is2ei Can you just fix the conflict?

@github-actions github-actions bot added the dependencies Pull requests that update a dependency file label Jul 23, 2022
@is2ei
Copy link
Contributor Author

is2ei commented Jul 23, 2022

@thedaviddias

I fixed the conflict.
The test below fails, but I'm not sure it relates to this change.
https://github.com/htmlhint/HTMLHint/runs/7480344654?check_suite_focus=true

@coliff coliff merged commit bad68d9 into htmlhint:master Sep 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Relates to HTMLHint's command-line interface dependencies Pull requests that update a dependency file keep-unstale The issue will not be marked as stale by the stale-bot test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.htmlhintrc silently ignored if not valid JSON
3 participants