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

Adds support for dscanner.excludedFiles #373

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

Mai-Lapyst
Copy link
Contributor

This adds the option dscanner.excludedFiles, wich can be used to exclude certain files from being linted with dscanner. Usefull for using with generated d code, for example when using dstep with c code.

Each exclude option is an glob that is matched against the workspace relative document uri.

Mai-Lapyst added a commit to Mai-Lapyst/code-d that referenced this pull request Jun 7, 2024
This adds the option dscanner.excludedFiles, wich can be used to exclude
certain files from being linted with dscanner. Usefull for using with
generated d code, for example when using dstep with c code.

Each exclude option is an glob that is matched against the workspace
relative document uri.
source/served/linters/dscanner.d Show resolved Hide resolved
source/served/types.d Outdated Show resolved Hide resolved
@WebFreak001 WebFreak001 merged commit 0c7fe66 into Pure-D:master Jun 10, 2024
4 checks passed
WebFreak001 pushed a commit to Pure-D/code-d that referenced this pull request Jun 10, 2024
@Mai-Lapyst Mai-Lapyst deleted the add-dscanner-exluded-files branch June 12, 2024 09:15
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.

2 participants