Skip to content

Commit

Permalink
chore: re-baseline
Browse files Browse the repository at this point in the history
  • Loading branch information
sverweij committed Feb 25, 2024
1 parent 2a6b6d4 commit 525281d
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion .dependency-cruiser-known-violations.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,33 @@
"name": "not-unreachable-from-cli"
}
},
{
"type": "module",
"from": "src/cli/assert-node-environment-suitable.mjs",
"to": "src/cli/assert-node-environment-suitable.mjs",
"rule": {
"severity": "info",
"name": "not-reachable-from-folder-index"
}
},
{
"type": "module",
"from": "src/cli/format.mjs",
"to": "src/cli/format.mjs",
"rule": {
"severity": "info",
"name": "not-reachable-from-folder-index"
}
},
{
"type": "module",
"from": "src/cli/tools/wrap-stream-in-html.mjs",
"to": "src/cli/tools/wrap-stream-in-html.mjs",
"rule": {
"severity": "info",
"name": "not-reachable-from-folder-index"
}
},
{
"type": "module",
"from": "src/utl/array-util.mjs",
Expand Down Expand Up @@ -44,4 +71,4 @@
"name": "utl-module-not-shared-enough"
}
}
]
]

0 comments on commit 525281d

Please sign in to comment.