Skip to content

Commit

Permalink
#27: TODOs technical debt regenerated
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcinCelej committed Dec 28, 2023
1 parent aa1d219 commit c79351e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Technical Debt for Synergy.Documentation

Total: 9
Total: 8

## [Relations.cs](../Dependencies/Relations.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Doe not work for Markdown.Document
Expand All @@ -22,5 +22,4 @@ Total: 9
- TODO: Marcin Celej [from: Marcin Celej on: 14-04-2023]: Add way to exclude some files from the scan - by path

## [TodoExplorer.cs](../../../Synergy.Documentation/Todos/TodoExplorer.cs)
- TODO: Marcin Celej [from: Marcin Celej on: 30-04-2023]: Publish this library via nuget
- TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern
- TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern: [//]: # (TODO Convert this markdown to docs as code)
4 changes: 1 addition & 3 deletions Documentation/Synergy.Documentation/Todos/TodoExplorer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,14 @@

namespace Synergy.Documentation.Todos;

// TODO: Marcin Celej [from: Marcin Celej on: 30-04-2023]: Publish this library via nuget

public static class TodoExplorer
{
private static readonly TodoPattern[] defaultPatterns =
{
new CsharpTodoPattern(),
new GherkinTodoPattern(),
new TextTodoPattern()
// TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern
// TODO: Marcin Celej [from: Marcin Celej on: 26-12-2023]: Introduce md todo pattern: [//]: # (TODO Convert this markdown to docs as code)
};

public static string DebtFor(
Expand Down

0 comments on commit c79351e

Please sign in to comment.