Skip to content

Commit

Permalink
Add nestif linter to .golangci.yml for model_directed_acyclic_graph.go
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbeck committed Apr 29, 2024
1 parent c7f0db4 commit 6dc5eba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -307,3 +307,6 @@ issues:
- path: precedence\.go
linters:
- goconst
- path: model_directed_acyclic_graph\.go
linters:
- nestif

0 comments on commit 6dc5eba

Please sign in to comment.