Skip to content

Commit 2a50302

Browse files
committed
implements file system globbing
Adds support for file system globbing using the `Microsoft.Extensions.FileSystemGlobbing` package. This change introduces new classes for wrapping file system information and enables the resolution of file patterns within a given directory. Also, it refactors the dependency injection configuration using a module.
1 parent 21c903d commit 2a50302

File tree

2 files changed

+2
-89
lines changed

2 files changed

+2
-89
lines changed

build/CI.slnx

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
<File Path="../.github/workflows/release.yml" />
4545
<File Path="../.github/workflows/stale.yml" />
4646
<File Path="../.github/workflows/winget.yml" />
47-
<File Path="..\.github\workflows\qodana_code_quality.yml" />
47+
<File Path="../.github/workflows/qodana_code_quality.yml" />
4848
</Folder>
4949
<Folder Name="/workflows/_/">
5050
<File Path="../.github/workflows/_artifacts_linux.yml" />
@@ -64,4 +64,4 @@
6464
<Project Path="docs/docs.csproj" />
6565
<Project Path="publish/publish.csproj" />
6666
<Project Path="release/release.csproj" />
67-
</Solution>
67+
</Solution>

src/qodana.yaml

-87
This file was deleted.

0 commit comments

Comments
 (0)