Skip to content

Commit

Permalink
refactor: remove dnscheck loader
Browse files Browse the repository at this point in the history
  • Loading branch information
DecFox committed Aug 6, 2024
1 parent 5400260 commit 5199059
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion docs/design/dd-008-richer-input.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|--------------|------------------------------------------------|
| Author | [@bassosimone](https://github.com/bassosimone) |
| Last-Updated | 2024-07-02 |
| Reviewed-by | [@DecFox](https://github.com/DecFox |
| Reviewed-by | [@DecFox](https://github.com/DecFox) |
| Status | living document |

This document is a living document documenting our in-progress design
Expand Down
1 change: 0 additions & 1 deletion internal/registry/dnscheck.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ func init() {
config: &dnscheck.Config{},
enabledByDefault: true,
inputPolicy: model.InputOrStaticDefault,
newLoader: dnscheck.NewLoader,
}
}
}

0 comments on commit 5199059

Please sign in to comment.