File tree 4 files changed +0
-50
lines changed
4 files changed +0
-50
lines changed Original file line number Diff line number Diff line change 7
7
"commands" : [
8
8
" fantomas"
9
9
]
10
- },
11
- "dotnet-fsharplint" : {
12
- "version" : " 0.21.6" ,
13
- "commands" : [
14
- " dotnet-fsharplint"
15
- ]
16
10
}
17
11
}
18
12
}
Original file line number Diff line number Diff line change 71
71
.PHONY : check
72
72
check : setup
73
73
dotnet fantomas --check Marksman
74
- dotnet fsi scripts/silent-lint.fsx
75
74
76
75
.PHONY : build
77
76
build :
Original file line number Diff line number Diff line change 4
4
<OutputType >Exe</OutputType >
5
5
<AssemblyName >marksman</AssemblyName >
6
6
<VersionPrefix >1.0.0</VersionPrefix >
7
- <EnableLint >false</EnableLint >
8
7
<TargetFramework >net8.0</TargetFramework >
9
8
</PropertyGroup >
10
9
<Target Name =" Version" BeforeTargets =" BeforeBuild" >
17
16
<Version >$(VersionPrefix)-$(VersionSuffix)</Version >
18
17
</PropertyGroup >
19
18
</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 >
26
19
<ItemGroup >
27
20
<Compile Include =" Misc.fs" />
28
21
<Compile Include =" SuffixTree.fs" />
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments