feat: refuse configuration files with unknown fields
Signed-off-by: Lars Wirzenius liw@liw.fi
2 files changed
+38
-0
a3dbd8f8
→
14ad23cc
modified ci-broker.md
@@ -307,6 +307,43 @@ then command is successful
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified src/config.rs
@@ -20,6 +20,7 @@ const DEFAULT_QUEUE_LEN_INTERVAL: Duration = Duration::from_secs(3600);
|
|
|
|
|
|
| + | |
|
|
|
|
|