Skip to content

Commit

Permalink
Documentation updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
arithmetric committed Oct 13, 2016
1 parent 3d36121 commit 93e0f52
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 4 deletions.
7 changes: 7 additions & 0 deletions docs/20_QUALITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,13 +117,20 @@ implications of code complexity, though there is some overlap in the rulesets.
"phpmd": {
"configPath": "phpmd.xml",
"path": "bin/phpmd"
"excludePaths": [
"bower_components",
"node_modules"
]
}
}
```

**phpmd.configPath**: The configuration file to use with PHPMD. Defaults to
*phpmd.xml*.

**phpmd.excludePaths**: An array of string path patterns that should be skipped
by PHPMD.

**phpmd.path**: The path to the PHPMD executable.

> If there is no `phpmd` key in the configuration, the system will assume you
Expand Down
8 changes: 4 additions & 4 deletions docs/60_PACKAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,16 +30,16 @@ This is an example of the settings for package tasks:

**packages.srcFiles**: An array of files or file patterns to include or exclude
from the build output when building a package. The above excludes files within
any sites/*/files directory, and Drupal's xmlrpc.php and PHP Filter. For more on
this format, see: http://gruntjs.com/configuring-tasks#files
any `sites/*/files` directory, and Drupal's `xmlrpc.php` file and PHP Filter
module. For more on this format, see: http://gruntjs.com/configuring-tasks#files

**packages.projFiles**: An array of files or file patterns to include or exclude
from the project directory when building a package. The above includes README
files and files under bin/ in the project's package.
files and files under `bin/` in the project's package.

**packages.dest.docroot**: Specify where within the package directory the
`srcFiles` should be placed. Defaults to the package root. For Acquia set this
to 'docroot'.
to `/docroot`.

**packages.dest.vendor**: Specify where to place the composer.json and vendor
directory. Defaults to the docroot.
Expand Down

0 comments on commit 93e0f52

Please sign in to comment.