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

fix: don't add rules if they're not available #43

Merged
merged 1 commit into from
Nov 14, 2022

Conversation

MichaelDeBoey
Copy link
Member

@MichaelDeBoey MichaelDeBoey commented Nov 14, 2022

These rules were added in #28, but are throwing an error if we use ESLint v6
https://github.com/eslint-community/eslint-plugin-mysticatea/actions/runs/3465932690/jobs/5789231340

I also disabled all rules, as it was against our semver policy to add new potential errors in a minor release

@codecov-commenter
Copy link

codecov-commenter commented Nov 14, 2022

Codecov Report

Base: 97.17% // Head: 97.18% // Increases project coverage by +0.01% 🎉

Coverage data is based on head (b10736f) compared to base (9225766).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #43      +/-   ##
==========================================
+ Coverage   97.17%   97.18%   +0.01%     
==========================================
  Files          39       39              
  Lines         389      391       +2     
==========================================
+ Hits          378      380       +2     
  Misses         11       11              
Impacted Files Coverage Δ
lib/configs/_base.js 100.00% <100.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

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

@MichaelDeBoey MichaelDeBoey marked this pull request as ready for review November 14, 2022 23:23
@MichaelDeBoey MichaelDeBoey force-pushed the fix-unknown-rules branch 4 times, most recently from b10736f to a45a390 Compare November 14, 2022 23:34
@MichaelDeBoey MichaelDeBoey requested a review from a team November 14, 2022 23:34
Copy link
Member

@ota-meshi ota-meshi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you!

lib/configs/_base.js Outdated Show resolved Hide resolved
@MichaelDeBoey MichaelDeBoey merged commit a38dc5d into main Nov 14, 2022
@MichaelDeBoey MichaelDeBoey deleted the fix-unknown-rules branch November 14, 2022 23:52
@github-actions
Copy link

🎉 This PR is included in version 15.1.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants