Skip to content

Commit

Permalink
Add one more issue for TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jameswinkler committed Jan 26, 2021
1 parent 8dc8f9b commit 4066d45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Sarif/Writers/ConsoleLogger.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ public class ConsoleLogger : BaseLogger, IAnalysisLogger
{
// TODO: We directly instantiate this logger in two classes, creating
// unamanged dependencies. Fix this pattern with dependency injection or a factory.
// #2272 https://github.com/microsoft/sarif-sdk/issues/2272
public ConsoleLogger(bool quietConsole, string toolName, IEnumerable<FailureLevel> levels = null, IEnumerable<ResultKind> kinds = null) : base(levels, kinds)
{
_quietConsole = quietConsole;
Expand Down

0 comments on commit 4066d45

Please sign in to comment.