Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.devonfw.sample.archunit.violation.CaptialViolation;

public class P3CapitalViolation {
// No layer have capital letters in its name.
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.devonfw.sample.archunit.violation;

public class P1NoLayer {
// no class should be without a Layer
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package com.devonfw.sample.archunit.violation.violationlayer;

public class P2ViolationLayer {
// No layer should have the name violation, resulting in the error for this class.
}