mirror of
https://github.com/dcronqvist/DotTiled.git
synced 2025-05-08 19:26:03 +03:00
More lint fixing
This commit is contained in:
parent
bb8c3a133c
commit
b6721934e4
7 changed files with 36 additions and 108 deletions
4
Makefile
4
Makefile
|
@ -11,8 +11,8 @@ docs-build:
|
|||
|
||||
lint:
|
||||
dotnet build src/DotTiled.sln
|
||||
dotnet format style --verify-no-changes --verbosity diagnostic src/DotTiled.sln
|
||||
dotnet format analyzers --verify-no-changes --verbosity diagnostic src/DotTiled.sln
|
||||
dotnet format style --verify-no-changes src/DotTiled.sln
|
||||
dotnet format analyzers --verify-no-changes src/DotTiled.sln
|
||||
|
||||
BENCHMARK_SOURCES = DotTiled.Benchmark/Program.cs DotTiled.Benchmark/DotTiled.Benchmark.csproj
|
||||
BENCHMARK_OUTPUTDIR = DotTiled.Benchmark/BenchmarkDotNet.Artifacts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue