Skip to content

Commit 7858bdd

Browse files
committed
remove semantically redundant empty lists
1 parent 982ab69 commit 7858bdd

File tree

2 files changed

+0
-16
lines changed

2 files changed

+0
-16
lines changed

documentation/config_docs.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -83,21 +83,18 @@ A json object with fields of bools for each status type.
8383
"allow": [
8484
"backend"
8585
],
86-
"ignore": [],
8786
"channel": "backend"
8887
},
8988
{
9089
"allow": [
9190
"a1"
9291
],
93-
"ignore": [],
9492
"channel": "a1-bot"
9593
},
9694
{
9795
"allow": [
9896
"a3"
9997
],
100-
"ignore": [],
10198
"channel": "a3"
10299
},
103100
{
@@ -141,20 +138,16 @@ A **label rule** specifies whether or not a Slack channel should be notified, ba
141138
"allow": [
142139
"backend/a1"
143140
],
144-
"ignore": [],
145141
"channel": "a1"
146142
},
147143
{
148144
"allow": [
149145
"backend/a5",
150146
"backend/a4"
151147
],
152-
"ignore": [],
153148
"channel": "backend"
154149
},
155150
{
156-
"allow": [],
157-
"ignore": [],
158151
"channel": "all-push-events"
159152
}
160153
]

test/notabot.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,22 @@
2020
"allow": [
2121
"backend/a1"
2222
],
23-
"ignore": [],
2423
"channel": "a1"
2524
},
2625
{
2726
"allow": [
2827
"backend/a1/longest"
2928
],
30-
"ignore": [],
3129
"channel": "longest-a1"
3230
},
3331
{
3432
"allow": [
3533
"backend/a5",
3634
"backend/a4"
3735
],
38-
"ignore": [],
3936
"channel": "backend"
4037
},
4138
{
42-
"allow": [],
43-
"ignore": [],
4439
"channel": "all-push-events"
4540
}
4641
]
@@ -52,25 +47,21 @@
5247
"allow": [
5348
"backend"
5449
],
55-
"ignore": [],
5650
"channel": "backend"
5751
},
5852
{
5953
"allow": [
6054
"a1"
6155
],
62-
"ignore": [],
6356
"channel": "a1-bot"
6457
},
6558
{
6659
"allow": [
6760
"a3"
6861
],
69-
"ignore": [],
7062
"channel": "a3"
7163
},
7264
{
73-
"allow": [],
7465
"ignore": [
7566
"backend",
7667
"a1",

0 commit comments

Comments
 (0)