stable

Clone or download

Read-only

request #14536: Check that plugins code does not leak into the core

Code leaks of plugins into the core are now verified using Deptrac [0]. [0] https://github.com/sensiolabs-de/deptrac Change-Id: I2893b7459352e428f9279aa675e8e7f19b92edfd

Modified Files

Name
M .gitignore +1 −0 Go to diff View file
M Makefile +4 −0 Go to diff View file
M src/composer.json +1 −0 Go to diff View file
M src/composer.lock +46 −4 Go to diff View file
M tests/Jenkinsfile +11 −0 Go to diff View file
M tests/actions.groovy +9 −0 Go to diff View file
A tests/deptrac/core_on_plugins.yml +17 −0 Go to diff View file