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:
authorMateo Torres-Ruiz <mateoatr@users.noreply.github.com>2020-11-25 10:46:11 +0300
committerGitHub <noreply@github.com>2020-11-25 10:46:11 +0300
commit93a76d90e751850e67357aa0f86ee0a9a7ce25d9 (patch)
tree942ac9d12c82cebc992087ab3dfe00d8b5a02314 /lint.sh
parenta878c6fbdc08b556b350632c8f3dc4428f0eba74 (diff)
Remove deprecated dotnet-format options (#1646)
Diffstat (limited to 'lint.sh')
-rwxr-xr-xlint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/lint.sh b/lint.sh
index 5c9b26039..d10a8cb1a 100755
--- a/lint.sh
+++ b/lint.sh
@@ -14,4 +14,4 @@ done
scriptroot="$( cd -P "$( dirname "$source" )" && pwd )"
"$scriptroot/eng/dotnet.sh" tool restore
-"$scriptroot/eng/dotnet.sh" tool run dotnet-format -f . --verbosity diagnostic --exclude src/analyzer src/tuner external $@
+"$scriptroot/eng/dotnet.sh" tool run dotnet-format . -f --verbosity diagnostic --exclude src/analyzer src/tuner external $@