Skip to content

Commit

Permalink
Disable linters not working with .NET 9 (yet) (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
ondfisk authored Sep 3, 2024
1 parent d2b3793 commit d546bbf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
uses: super-linter/super-linter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_CSHARP: false # temporary workaround for linter not support .NET 9
VALIDATE_CSHARP: false # temporary workaround for linter not supporting .NET 9
VALIDATE_DOTNET_SLN_FORMAT_ANALYZERS: false # temporary workaround for linter not supporting .NET 9
VALIDATE_DOTNET_SLN_FORMAT_STYLE: false # temporary workaround for linter not supporting .NET 9
VALIDATE_DOTNET_SLN_FORMAT_WHITESPACE: false # temporary workaround for linter not supporting .NET 9
VALIDATE_CSS: false
VALIDATE_CSS_PRETTIER: false
VALIDATE_JSCPD: false
Expand Down
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,21 @@
"azcliversion",
"bicepparam",
"connectionstrings",
"Darabont",
"DOTNETCORE",
"efbundle",
"Entra",
"healthz",
"HSTS",
"Lumet",
"MSSQL",
"outfile",
"popd",
"pushd",
"pwsh",
"resourcegroup",
"serverfarms",
"Shawshank",
"Testcontainers",
"webapps"
],
Expand Down

0 comments on commit d546bbf

Please sign in to comment.