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

[2.x] fix: ignore file #282

Merged
merged 2 commits into from
May 20, 2022
Merged

[2.x] fix: ignore file #282

merged 2 commits into from
May 20, 2022

Conversation

ricardogobbosouza
Copy link
Collaborator

@ricardogobbosouza ricardogobbosouza commented May 20, 2022

This PR contains a:

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

Motivation / Use-Case

Files ignored in .stylelintignore when changed were going through lint

Breaking Changes

No

Additional Info

Stylelint has an api to check if the file is ignored isPathIgnored

@codecov
Copy link

codecov bot commented May 20, 2022

Codecov Report

Merging #282 (f381203) into 2.x (1ccd8bf) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##               2.x      #282   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            7         7           
  Lines          249       255    +6     
  Branches        54        55    +1     
=========================================
+ Hits           249       255    +6     
Impacted Files Coverage Δ
src/getStylelint.js 100.00% <100.00%> (ø)
src/index.js 100.00% <100.00%> (ø)
src/linter.js 100.00% <100.00%> (ø)

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 1ccd8bf...f381203. Read the comment docs.

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.

1 participant