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

Assign Excluded Files null Standard #82

Merged
merged 1 commit into from
Nov 7, 2023
Merged

Assign Excluded Files null Standard #82

merged 1 commit into from
Nov 7, 2023

Conversation

ObliviousHarmony
Copy link
Owner

All Submissions:

  • Have you checked for duplicate PRs?
  • Have you added an entry to the CHANGELOG.md file's [Unreleased] section?

Changes proposed in this Pull Request:

We can use the fact that a null standard disables linting
to make sure that excluded files are considered as such
earlier in the process.

Closes #75.

How to test the changes in this Pull Request:

  1. Add a file to the exclude list with an "Automatic" standard.
  2. Make sure there is no automatic configuration file to discover.
  3. Note that there should be no missing standard related errors.

We can use the fact that a `null` standard disables linting
to make sure that excluded files are considered as such
earlier in the process.
@ObliviousHarmony ObliviousHarmony merged commit d8cc7d1 into main Nov 7, 2023
2 checks passed
@ObliviousHarmony ObliviousHarmony deleted the fix/75 branch November 7, 2023 23:34
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.

Excluded paths do not work when using automatic standard
1 participant