You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-3Lines changed: 10 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,9 @@ Validates content packages for invalid usage patterns described in [Debugging AE
13
13
14
14
The following options are supported apart from the default settings mentioned in [FileVault validation][2].
15
15
16
-
Option | Mandatory | Description
17
-
--- | --- | ---
18
-
allowVarNodeOutsideContainer | no | `true` in case `/var` nodes should be allowed in content packages which do not contain other packages (i.e. are no containers). Otherwise `var` nodes are not even allowed in standalone packages. Default value `true`.
16
+
Option | Mandatory | Description | Default Value
17
+
--- | --- | --- | ---
18
+
allowVarNodeOutsideContainer | no | `true` in case `/var` nodes should be allowed in content packages which do not contain other packages (i.e. are no containers). Otherwise `var` nodes are not even allowed in standalone packages. | `true`
19
19
20
20
# Included Checks
21
21
@@ -32,6 +32,13 @@ You can use this validator with the [FileVault Package Maven Plugin][3] in versi
<allowVarNodeOutsideContainer>false</allowVarNodeOutsideContainer><!-- default value is true, as it is allowed to have /var nodes inside author-only container -->
0 commit comments