webpack-contrib / stylelint-webpack-plugin

A Stylelint plugin for webpack
MIT License
426 stars 72 forks source link

[2.x] feat: support stylelint 15 #325

Closed ricardogobbosouza closed 1 year ago

ricardogobbosouza commented 1 year ago

This PR contains a:

Motivation / Use-Case

Support stylelint v15 for webpack 4

Breaking Changes

No

Additional Info

No

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 94.11% and project coverage change: -0.39 :warning:

Comparison is base (83c8d62) 100.00% compared to head (118267c) 99.61%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## 2.x #325 +/- ## =========================================== - Coverage 100.00% 99.61% -0.39% =========================================== Files 7 7 Lines 255 261 +6 Branches 55 52 -3 =========================================== + Hits 255 260 +5 - Misses 0 1 +1 ``` | [Impacted Files](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib) | Coverage Δ | | |---|---|---| | [src/options.js](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL29wdGlvbnMuanM=) | `100.00% <ø> (ø)` | | | [src/worker.js](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL3dvcmtlci5qcw==) | `100.00% <ø> (ø)` | | | [src/getStylelint.js](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2dldFN0eWxlbGludC5qcw==) | `97.43% <80.00%> (-2.57%)` | :arrow_down: | | [src/index.js](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2luZGV4Lmpz) | `100.00% <100.00%> (ø)` | | | [src/linter.js](https://codecov.io/gh/webpack-contrib/stylelint-webpack-plugin/pull/325?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib#diff-c3JjL2xpbnRlci5qcw==) | `100.00% <100.00%> (ø)` | | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=webpack-contrib)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

alexander-akait commented 1 year ago

Good job, thank you