Skip to content

Commit

Permalink
fix type sonarscharp (#244)
Browse files Browse the repository at this point in the history
  • Loading branch information
DMarinhoCodacy authored Aug 13, 2024
1 parent cc9479e commit 776c8ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/patterns.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/DocsGenerator/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ private static void Main()

var patternsFile = new CodacyPatterns
{
Name = "sonarscharp",
Name = "sonarcsharp",
Version = string.Format("{0}.{1}", sonarVersion),
Patterns = new List<Pattern>()
};
Expand Down

0 comments on commit 776c8ef

Please sign in to comment.