Skip to content

Commit b33e162

Browse files
committed
Update FileChecker.cs
1 parent 7660f6f commit b33e162

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

FileChecker.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ public class FileChecker
104104

105105
private static readonly HashSet<string> IgnoredDirectories = new(StringComparer.OrdinalIgnoreCase)
106106
{
107+
".sonarqube",
108+
107109
// Version control systems
108110
".git", ".svn", ".hg", ".bzr", ".cvs",
109111

0 commit comments

Comments
 (0)