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:
authorMarek Safar <marek.safar@gmail.com>2020-09-30 14:29:21 +0300
committerMarek Safar <marek.safar@gmail.com>2020-09-30 19:06:50 +0300
commit8da366656b4224a6b7483df2800dad13947cac06 (patch)
tree4cc5f6de2107acd92aa9bfc0b8e0c5c16e244c13 /lint.sh
parentf67f4e0fe117455b9504966bec8712cfc6fe644e (diff)
Update to latest dotnet-format version
and fix breaking changes
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 6f1cebc51..5c9b26039 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 --verbosity diagnostic -f . --exclude src/analyzer,src/tuner,external $@
+"$scriptroot/eng/dotnet.sh" tool run dotnet-format -f . --verbosity diagnostic --exclude src/analyzer src/tuner external $@