Skip to content

Commit

Permalink
docs: fix info regarding is_global entry in .globalconfig (dotnet#29430)
Browse files Browse the repository at this point in the history
The note regarding the necessity of `is_global = true` in files named `.globalconfig` is incorrect since dotnet/roslyn#49834.
  • Loading branch information
kriwar authored and baronfel committed Jun 21, 2022
1 parent 35dce65 commit 14b296b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/fundamentals/code-analysis/configuration-files.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Consider the following naming recommendations:
- MSBuild tooling-generated global config files should be named *<%Target_Name%>_Generated.globalconfig* or similar.

> [!NOTE]
> The top-level entry `is_global = true` is required even when the file is named `.globalconfig`.
> The top-level entry `is_global = true` is not required when the file is named `.globalconfig`, but it is recommended for clarity.
### Example

Expand Down

0 comments on commit 14b296b

Please sign in to comment.