Skip to content

Commit 734b0a9

Browse files
committed
Configuration: Swapped some nulls for empty arrays.
1 parent cce98c8 commit 734b0a9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

config.yml.dist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ gitlab:
3131
debug: false
3232

3333
options:
34-
userNamesToIgnore: ~
35-
groupNamesToIgnore: ~
34+
userNamesToIgnore: []
35+
groupNamesToIgnore: []
3636

3737
createEmptyGroups: false
3838
deleteExtraGroups: false
3939
newMemberAccessLevel: 30
4040

41-
groupNamesOfAdministrators: ~
42-
groupNamesOfExternal: ~
41+
groupNamesOfAdministrators: []
42+
groupNamesOfExternal: []
4343

4444
instances:
4545
example:

0 commit comments

Comments
 (0)