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: skip check when html tag does not exists #154

Merged
merged 1 commit into from
Nov 1, 2023
Merged

feat: skip check when html tag does not exists #154

merged 1 commit into from
Nov 1, 2023

Conversation

yeonjuan
Copy link
Owner

fixes #153

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #154 (b8ac4e6) into main (aba345c) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@           Coverage Diff           @@
##             main     #154   +/-   ##
=======================================
  Coverage   97.71%   97.71%           
=======================================
  Files          44       44           
  Lines         919      921    +2     
  Branches      231      232    +1     
=======================================
+ Hits          898      900    +2     
  Misses         18       18           
  Partials        3        3           
Flag Coverage Δ
unittest 97.71% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...ackages/eslint-plugin/lib/rules/require-doctype.js 100.00% <100.00%> (ø)

@yeonjuan yeonjuan merged commit 952917f into main Nov 1, 2023
4 checks passed
@yeonjuan yeonjuan deleted the fixes/153 branch November 1, 2023 16:26
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.

[require-doctype] should ignore when there is no html tag
1 participant