Skip to content

Commit 9654b31

Browse files
committed
chore: update .gitignore to exclude Snyk files and add comment in Program.cs for clarity
1 parent 328dec6 commit 9654b31

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,4 @@
1919
/.github/codeql
2020
/codeql*
2121
/*.dot
22+
/*snyk*

CodeLineCounter/Program.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ static void Main(string[] args)
1717
var settings = CoreUtils.ParseArguments(args);
1818
if (CoreUtils.CheckSettings(settings) && settings.DirectoryPath != null)
1919
{
20+
// file deepcode ignore PT: Not a web server. This software is a console application.
2021
var solutionFiles = FileUtils.GetSolutionFiles(settings.DirectoryPath);
2122
if (solutionFiles.Count == 0)
2223
{

0 commit comments

Comments
 (0)