Skip to content

Commit

Permalink
make consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
gewarren committed Aug 29, 2024
1 parent 99a56bb commit 54f88a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/fundamentals/code-analysis/configuration-files.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Configuration files for code analysis rules
description: Learn about different configuration files to configure code analysis rules.
description: Learn about different configuration files, including editorconfig and global config files, to configure code analysis rules.
ms.date: 07/07/2021
no-loc: ["EditorConfig"]
---
Expand Down Expand Up @@ -112,7 +112,7 @@ You can then customize your build to only include the configuration file in test
```xml
<ItemGroup Condition="'$(IsShipping)' == 'false'">
<!-- Include CodeAnalysis.test.globalconfig to override (relax) some rules from the primary configuration. -->
<EditorConfigFiles Include="$(MSBuildThisFileDirectory)CodeAnalysis.test.globalconfig" />
<GlobalAnalyzerConfigFiles Include="$(MSBuildThisFileDirectory)CodeAnalysis.test.globalconfig" />
</ItemGroup>
```

Expand Down

0 comments on commit 54f88a3

Please sign in to comment.