Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit 9db70b6

Browse files
committed
stop validating the format of sln files
1 parent 9b235e7 commit 9db70b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/githooks/check-file-format.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ function run-editorconfig-in-docker() {
101101
docker run --rm --platform linux/amd64 \
102102
--volume "$PWD":/check \
103103
"$image" \
104-
sh -c "ec --exclude '.git/' $dry_run_opt \$($filter) /dev/null"
104+
sh -c "ec --exclude '.git/|.*\.sln$' $dry_run_opt \$($filter) /dev/null"
105105
}
106106

107107
# ==============================================================================

0 commit comments

Comments
 (0)