Commit 1b92f1f
committed
Chore: Fix: Fix a Scrtinize config error
```
Config Error: Unrecognized option "analysis" under "{root}.build.nodes.test-with-php56". Available options are "acceptance_tests", "cache", "commands", "container", "dependencies", "deployment", "environment", "image", "linked_containers", "project_setup", "requires", "resources", "root_path", "services", "teardown", "tests".
```
```
remote: Total 6 (delta 4), reused 6 (delta 4), pack-reused 0
Unpacking objects: 100% (6/6), 1.19 KiB | 203.00 KiB/s, done.
Enumerating objects: 106442, done.
Counting objects: 100% (106442/106442), done.
Delta compression using up to 32 threads
Compressing objects: 100% (22906/22906), done.
Writing objects: 100% (106442/106442), done.
Total 106442 (delta 84456), reused 105252 (delta 83360)
$ git checkout -qf fe933cf
Parsing custom inspection configuration
Parsing checkout configuration
Configuration was invalid: Unrecognized option "analysis" under "{root}.build.nodes.test-with-php56". Available options are "acceptance_tests", "cache", "commands", "container", "dependencies", "deployment", "environment", "image", "linked_containers", "project_setup", "requires", "resources", "root_path", "services", "teardown", "tests".
Aborting due to config error.
```1 parent fe933cf commit 1b92f1f
1 file changed
+6
-7
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
27 | 26 | | |
28 | 27 | | |
29 | 28 | | |
| |||
0 commit comments