Make sure linting works as of now, will have to adjust later

This commit is contained in:
Daniel Cronqvist 2024-08-24 14:24:14 +02:00
parent b6721934e4
commit 251aa7fc94
2 changed files with 5 additions and 1 deletions

View file

@ -237,6 +237,11 @@ dotnet_diagnostic.IDE0008.severity = silent
dotnet_diagnostic.IDE0055.severity = silent dotnet_diagnostic.IDE0055.severity = silent
dotnet_diagnostic.IDE0160.severity = none dotnet_diagnostic.IDE0160.severity = none
dotnet_diagnostic.CA1707.severity = silent dotnet_diagnostic.CA1707.severity = silent
dotnet_diagnostic.CA1852.severity = none
dotnet_diagnostic.CA1805.severity = none
dotnet_diagnostic.CA1720.severity = silent
dotnet_diagnostic.CA1711.severity = silent
dotnet_diagnostic.CA1716.severity = silent
[.github/**/*.yml] [.github/**/*.yml]
charset = utf-8 charset = utf-8

View file

@ -10,7 +10,6 @@ docs-build:
docfx docs/docfx.json docfx docs/docfx.json
lint: lint:
dotnet build src/DotTiled.sln
dotnet format style --verify-no-changes src/DotTiled.sln dotnet format style --verify-no-changes src/DotTiled.sln
dotnet format analyzers --verify-no-changes src/DotTiled.sln dotnet format analyzers --verify-no-changes src/DotTiled.sln