Skip to content

Commit 1698811

Browse files
chore: skip linting
1 parent fdee63e commit 1698811

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/4-Build/Build.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,7 @@ namespace Build;
77

88
public class Build : BaseBuild
99
{
10+
protected override bool SkipLinting => true;
11+
1012
public static int Main() => Execute<Build>(x => x.RunUnitTests);
1113
}

src/4-Build/Build.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<IsPackable>false</IsPackable>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="CodeBlock.DevKit.Build" Version="1.3.4" />
13+
<PackageReference Include="CodeBlock.DevKit.Build" Version="1.3.5" />
1414
</ItemGroup>
1515
</Project>

0 commit comments

Comments
 (0)