Skip to content

fix(config): Force-skip config files #762

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

Merged
merged 1 commit into from
Jun 22, 2023
Merged

fix(config): Force-skip config files #762

merged 1 commit into from
Jun 22, 2023

Conversation

epage
Copy link
Collaborator

@epage epage commented Jun 22, 2023

This doesn't use extend-exclude which means that typos typos.toml will stil be skipped

This doesn't just skip the currently loaded config but any file name that looks like a config, which might be a big aggressive but allows us to do layered config in the future.... We've been saying that for a while.

Fixes #711

This doesn't use `extend-exclude` which means that `typos typos.toml`
will stil be skipped

This doesn't just skip the currently loaded config but any file name
that looks like a config, which might be a big aggressive but allows us
to do layered config in the future....  We've been saying that for a
while.

Fixes crate-ci#711
@epage epage merged commit 2868856 into crate-ci:master Jun 22, 2023
@epage epage deleted the config branch June 22, 2023 17: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.

Typos reports typos in _typos.toml
1 participant