We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0b9267 commit 81e454bCopy full SHA for 81e454b
src/PostUpdate/PostUpdateDDQG.php
@@ -6,7 +6,14 @@
6
use Symfony\Component\Process\Process;
7
8
/**
9
- * Post-update processor for DDQG ignore entries.
+ * Keeps up to date DDQG ignored errors after updating drupal modules.
10
+ *
11
+ * When the package is updated and release type is the same, or it is still
12
+ * unstable, update it.
13
+ * When the package release type has changed to abandoned / stable, remove it.
14
15
+ * This is done to save time maintaining composer.json to developers, as this
16
+ * action is repetitive and can be done automatically.
17
*/
18
class PostUpdateDDQG implements PostUpdateInterface {
19
0 commit comments