Skip to content

Commit 8bb0cc1

Browse files
committed
deps: Remove FSharpLint
The project doesn't seem to work with the latest .net9 and is also rarely updated. stack-info: PR: #358, branch: artempyanykh/stack/9
1 parent 8e0dea3 commit 8bb0cc1

File tree

4 files changed

+0
-50
lines changed

4 files changed

+0
-50
lines changed

.config/dotnet-tools.json

-6
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@
77
"commands": [
88
"fantomas"
99
]
10-
},
11-
"dotnet-fsharplint": {
12-
"version": "0.21.6",
13-
"commands": [
14-
"dotnet-fsharplint"
15-
]
1610
}
1711
}
1812
}

Makefile

-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,6 @@ setup:
7171
.PHONY: check
7272
check: setup
7373
dotnet fantomas --check Marksman
74-
dotnet fsi scripts/silent-lint.fsx
7574

7675
.PHONY: build
7776
build:

Marksman/Marksman.fsproj

-7
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
<OutputType>Exe</OutputType>
55
<AssemblyName>marksman</AssemblyName>
66
<VersionPrefix>1.0.0</VersionPrefix>
7-
<EnableLint>false</EnableLint>
87
<TargetFramework>net8.0</TargetFramework>
98
</PropertyGroup>
109
<Target Name="Version" BeforeTargets="BeforeBuild">
@@ -17,12 +16,6 @@
1716
<Version>$(VersionPrefix)-$(VersionSuffix)</Version>
1817
</PropertyGroup>
1918
</Target>
20-
<Target Name="FSharpLint" AfterTargets="BeforeBuild" Condition="$(EnableLint)">
21-
<PropertyGroup>
22-
<LintCommand>dotnet fsharplint -f msbuild lint --lint-config $(MSBuildProjectDirectory)/../fsharplint.json $(MSBuildProjectFullPath)</LintCommand>
23-
</PropertyGroup>
24-
<Exec Command="$(LintCommand)" ConsoleToMSBuild="true" IgnoreExitCode="true"/>
25-
</Target>
2619
<ItemGroup>
2720
<Compile Include="Misc.fs"/>
2821
<Compile Include="SuffixTree.fs"/>

scripts/silent-lint.fsx

-36
This file was deleted.

0 commit comments

Comments
 (0)