Skip to content

Commit 09aa531

Browse files
committed
scripts: use latest FSharpLint prerelease version
In runFshrapLint.fsx because it includes [1], that fixes bug in rule 49 (PublicValuesNames), which caused CI failure due to false positive on deleteAsset function in script deleteAssetsFromOldReleases.fsx. Contains failing CI. [1] fsprojects/FSharpLint#796
1 parent f387017 commit 09aa531

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/runFSharpLint.fsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ open Fsdk
99

1010
#load "../src/FileConventions/Helpers.fs"
1111

12-
let version = "0.26.4"
12+
let version = "0.26.9--date20251224-1009.git-f84ead9"
1313

1414
let targetSol =
1515
let args = Fsdk.Misc.FsxOnlyArguments()

0 commit comments

Comments
 (0)