Skip to content

Commit

Permalink
feat: get rid of cartridges directory (#92203)
Browse files Browse the repository at this point in the history
* removed command line parameter cartridgeDirectory
* removed validations based on cartridgeDirectory
  • Loading branch information
skiesewetter-intershop committed Jan 11, 2024
1 parent 0e556ce commit a3d2814
Show file tree
Hide file tree
Showing 25 changed files with 129 additions and 1,320 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,9 @@ Start the architecture report task:
# Disabled Validation Keys
| Key | Description |
|--------------------------------------------|------------------------------------------------------------------------------|
| com.intershop.isml.xss | Possible XSS issues in isml (Intershop Markup (Template) Language) templates |
| com.intershop.businessobject.persistence | References to persistence layer inside of business object API |
| com.intershop.businessobject.internal | References to internal classes inside of business object API |
| com.intershop.pipelet.unused | Pipelet can be removed / no longer used |
| com.intershop.pipelet.used.deprecated | Pipelet is deprecated, but still in use by pipelines |
| com.intershop.pipeline.invalid.pipelineref | Pipeline contains references to non existing pipeline start nodes |
-->

## Configuration
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ public class ArchitectureReportConstants
public static final String ARG_OUTPUT_DIRECTORY = "reports";
public static final String ARG_BASELINE = "baseline";
public static final String ARG_DEPENDENCIES_FILE = "dependencies";
public static final String ARG_CARTRIDGE_DIRECTORY = "cartridges";
public static final String ARG_EXISTING_ISSUES_FILE = "issues";
public static final String ARG_KEYS = "keyselector";
public static final String ARG_STRATEGY = "strategy";
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit a3d2814

Please sign in to comment.