We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 328dec6 commit 9654b31Copy full SHA for 9654b31
.gitignore
@@ -19,3 +19,4 @@
19
/.github/codeql
20
/codeql*
21
/*.dot
22
+/*snyk*
CodeLineCounter/Program.cs
@@ -17,6 +17,7 @@ static void Main(string[] args)
17
var settings = CoreUtils.ParseArguments(args);
18
if (CoreUtils.CheckSettings(settings) && settings.DirectoryPath != null)
{
+ // file deepcode ignore PT: Not a web server. This software is a console application.
var solutionFiles = FileUtils.GetSolutionFiles(settings.DirectoryPath);
if (solutionFiles.Count == 0)
23
0 commit comments