File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 "commands" : [
88 " fantomas"
99 ]
10- },
11- "dotnet-fsharplint" : {
12- "version" : " 0.21.6" ,
13- "commands" : [
14- " dotnet-fsharplint"
15- ]
1610 }
1711 }
1812}
Original file line number Diff line number Diff line change 7171.PHONY : check
7272check : setup
7373 dotnet fantomas --check Marksman
74- dotnet fsi scripts/silent-lint.fsx
7574
7675.PHONY : build
7776build :
Original file line number Diff line number Diff line change 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" >
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" />
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments