mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-02-05 08:52:50 +02:00
Make sure linting works as of now, will have to adjust later
This commit is contained in:
parent
b6721934e4
commit
251aa7fc94
2 changed files with 5 additions and 1 deletions
|
@ -237,6 +237,11 @@ dotnet_diagnostic.IDE0008.severity = silent
|
|||
dotnet_diagnostic.IDE0055.severity = silent
|
||||
dotnet_diagnostic.IDE0160.severity = none
|
||||
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]
|
||||
charset = utf-8
|
||||
|
|
1
Makefile
1
Makefile
|
@ -10,7 +10,6 @@ docs-build:
|
|||
docfx docs/docfx.json
|
||||
|
||||
lint:
|
||||
dotnet build src/DotTiled.sln
|
||||
dotnet format style --verify-no-changes src/DotTiled.sln
|
||||
dotnet format analyzers --verify-no-changes src/DotTiled.sln
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue