All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OAKPAL-INF.checklist.acs-internal.json Maven / Gradle / Ivy

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