Skip to content

Commit 5f620c5

Browse files
committed
Update FCS to latest
1 parent af1355f commit 5f620c5

12 files changed

+2443
-2068
lines changed

.husky/pre-commit

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
## or put your custom commands -------------------
2020
#echo 'Husky.Net is awesome!'
2121

22-
dotnet husky run --name fantomas-format-staged-files
23-
dotnet husky run --name ruff-format-staged-files
24-
dotnet husky run --name lint-markdown-staged-files
22+
dotnet husky run --allow-roll-forward --name fantomas-format-staged-files
23+
dotnet husky run --allow-roll-forward --name ruff-format-staged-files
24+
dotnet husky run --allow-roll-forward --name lint-markdown-staged-files

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"sdk": {
33
"version": "9.0.101",
4-
"rollForward": "latestMinor"
4+
"rollForward": "latestMajor"
55
}
66
}

0 commit comments

Comments
 (0)