-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1219 from dof-dss/release-3.0.5
Release 3.0.5
- Loading branch information
Showing
80 changed files
with
5,608 additions
and
28,247 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
parameters: | ||
customRulesetUsed: true | ||
reportUnmatchedIgnoredErrors: false | ||
ignoreErrors: | ||
- '#\Drupal calls should be avoided in classes, use dependency injection instead#' | ||
- '#Plugin definitions cannot be altered.#' | ||
- '#Missing cache backend declaration for performance.#' | ||
- '#Plugin manager has cache backend specified but does not declare cache tags.#' | ||
disallowedFunctionCalls: | ||
- function: var_dump | ||
message: 'This is likely not intended to be used outside of local development, please remove it.' | ||
- function: dump | ||
message: 'This is likely not intended to be used outside of local development, please remove it.' | ||
- function: kint | ||
message: 'This is likely not intended to be used outside of local development, please remove it.' | ||
- function: ksm | ||
message: 'This is likely not intended to be used outside of local development, please remove it.' | ||
- function: die | ||
message: 'This is likely not intended to be used outside of local development, please remove it.' | ||
- function: exit | ||
message: 'This is likely not intended to be used outside of local development, please remove it.' | ||
fileExtensions: | ||
- module | ||
- theme | ||
- inc | ||
- install | ||
- profile | ||
- engine | ||
paths: | ||
- src |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.