OAKPAL-INF.checklist.acs-internal.json Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of acs-aem-commons-oakpal-checks Show documentation
Show all versions of acs-aem-commons-oakpal-checks Show documentation
AEM Oakpal Checks for ACS AEM Commons Package.
The newest version!
{
"name": "acs-internal",
"checks": [
{
"name": "acHandling-merge-or-better",
"impl": "net.adamcin.oakpal.core.checks.AcHandling",
"config": {
"levelSet": "no_unsafe"
}
},
{
"name": "enforce-no-libs",
"impl": "net.adamcin.oakpal.core.checks.Paths",
"config": {
"rules": [
{
"type": "deny",
"pattern": "/libs(/.*)?"
}
]
}
},
{
"name": "enforce-no-deletes",
"impl": "net.adamcin.oakpal.core.checks.Paths",
"config": {
"denyAllDeletes": true
}
},
{
"name": "base-version-compatibility",
"impl": "com.adobe.acs.commons.oakpal.checks.ImportedPackages",
"config": {
}
},
{
"name": "apps-composite-store-alignment",
"impl": "net.adamcin.oakpal.core.checks.CompositeStoreAlignment"
}
]
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy