Skip to content

Commit

Permalink
disable VALIDATE_DOTNET_SLN_
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras committed Feb 1, 2025
1 parent 3bcaefb commit 0b5b13d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ jobs:
- name: Super-linter
uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d # v7.2.1
env:
# dotnet format not working, checked during build instead
# format not working, checked during build instead
VALIDATE_CSHARP: false
VALIDATE_DOTNET_SLN_FORMAT_ANALYZERS: false
VALIDATE_DOTNET_SLN_FORMAT_STYLE: false
VALIDATE_DOTNET_SLN_FORMAT_WHITESPACE: false
# prettier defaults are very different than current markdown
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_GIT_COMMITLINT: false
Expand Down

0 comments on commit 0b5b13d

Please sign in to comment.