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: added the warnRuleAsWarning option, allow to emit warnings on… #992

Merged
merged 1 commit into from Oct 27, 2021

Conversation

alexander-akait
Copy link
Member

@warn rule

This PR contains a:

  • bugfix
  • new feature
  • code refactor
  • test update
  • typo fix
  • metadata update

Motivation / Use-Case

fixes #588

Breaking Changes

No

Additional Info

It will be true by default in the next major release

@codecov
Copy link

codecov bot commented Oct 27, 2021

Codecov Report

Merging #992 (33241a6) into master (bb7cef9) will decrease coverage by 0.20%.
The diff coverage is 90.90%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #992      +/-   ##
==========================================
- Coverage   96.12%   95.91%   -0.21%     
==========================================
  Files           4        5       +1     
  Lines         284      294      +10     
  Branches       94       97       +3     
==========================================
+ Hits          273      282       +9     
- Misses         10       11       +1     
  Partials        1        1              
Impacted Files Coverage Δ
src/SassError.js 100.00% <ø> (ø)
src/SassWarning.js 83.33% <83.33%> (ø)
src/utils.js 95.52% <100.00%> (+0.07%) ⬆️

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 bb7cef9...33241a6. Read the comment docs.

@alexander-akait alexander-akait merged commit c652c79 into master Oct 27, 2021
@alexander-akait alexander-akait deleted the feat-warnRuleAsWarning branch October 27, 2021 12:33
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.

Pass @warn as warnings to webpack
1 participant