Skip to content
Snippets Groups Projects
Commit cac08677 authored by cramakri's avatar cramakri
Browse files

LMS-1465 Added classcycle check that the dss component code is independent of the rest of dss.

SVN: 15363
parent 75c3b1e3
No related branches found
No related tags found
No related merge requests found
...@@ -32,3 +32,9 @@ layer l2 = [etlserver] [private_dss] ...@@ -32,3 +32,9 @@ layer l2 = [etlserver] [private_dss]
check layeringOf l1 l2 check layeringOf l1 l2
######################################################################
# Check dependencies between the component and the rest of dss
[dss.component] = ${dss}.component.* ${dss}.rpc.*
[dss.internal] = ${dss}.* excluding [dss.component]
check [dss.component] independentOf [dss.internal]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment