Skip to content

Commit

Permalink
Fix LogLevel
Browse files Browse the repository at this point in the history
  • Loading branch information
ThadHouse committed Feb 24, 2024
1 parent a095098 commit 4ba022f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -122,8 +122,6 @@ csharp_space_between_method_call_empty_parameter_list_parentheses = false
# Wrapping preferences
csharp_preserve_single_line_statements = true
csharp_preserve_single_line_blocks = true
# enable internal WPILib diagnostics
dotnet_diagnostic.WPILIB1100.severity = warning
###############################
# VB Coding Conventions #
###############################
Expand Down
4 changes: 2 additions & 2 deletions codehelp/CodeHelpers/WPILib.CodeHelpers.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<ItemGroup>
<!-- Include enums used in attributes -->
<Compile Include="$(SolutionDir)src\Stereologue\LogLevel.cs" Link="Production\LogLevel.cs" />
<Compile Include="$(SolutionDir)src\Stereologue\LogType.cs" Link="Production\LogType.cs" />
<Compile Include="$(SolutionDir)src\Stereologue\LogLevel.cs" Link="LogLevel.cs" />
<Compile Include="$(SolutionDir)src\Stereologue\LogType.cs" Link="LogType.cs" />

<PackageReference Include="Microsoft.CodeAnalysis.Analyzers" Version="3.3.4" PrivateAssets="all" />
<PackageReference Include="Microsoft.CodeAnalysis.CSharp" Version="4.8.0" PrivateAssets="all" />
Expand Down

0 comments on commit 4ba022f

Please sign in to comment.