Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSven Boemer <sbomer@gmail.com>2021-11-22 17:36:32 +0300
committerGitHub <noreply@github.com>2021-11-22 17:36:32 +0300
commit284b7ac6ecb75a7a49a460e6cfcc926044f6f741 (patch)
tree5a3e23623d9a03032b87b4171bd9077d7c59ac09 /lint.cmd
parent5eee321d050b14f0399233895b7b4517e845b73f (diff)
Fix some analyzer warnings (#2386)
These were causing dotnet format to produce warnings because they didn't have code fixes available. There are still some IDE0060 rule violations left over that I am not fixing here because they occur in test projects (and I didn't want to silence all such warnings in the test projects). Co-authored-by: vitek-karas <10670590+vitek-karas@users.noreply.github.com>
Diffstat (limited to 'lint.cmd')
-rw-r--r--lint.cmd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint.cmd b/lint.cmd
index f4c4466a9..c90880237 100644
--- a/lint.cmd
+++ b/lint.cmd
@@ -1,2 +1,2 @@
@echo off
-powershell -ExecutionPolicy ByPass -NoProfile -command "Set-Location %~dp0; & """%~dp0eng\dotnet.ps1""" ""format illink.sln --exclude src/analyzer src/tuner external %*"""
+powershell -ExecutionPolicy ByPass -NoProfile -command "Set-Location %~dp0; & """%~dp0eng\dotnet.ps1""" ""format illink.sln --exclude external %*"""