support bool or list for hide_project_names config
This commit is contained in:
parent
71d5eef12a
commit
ae2ac14a9f
13 changed files with 78 additions and 44 deletions
|
@ -1,6 +1,6 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 033c47c9-0441-4eb5-8b3f-b51f27b31049
|
||||
hide_filenames =
|
||||
hide_file_names =
|
||||
missingfile
|
||||
python\.py$
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
[settings]
|
||||
debug = false
|
||||
api_key = 033c47c9-0441-4eb5-8b3f-b51f27b31049
|
||||
hide_filenames = invalid(regex
|
||||
hide_file_names = invalid(regex
|
||||
|
|
|
@ -12,4 +12,4 @@ include =
|
|||
\(invalid regex)
|
||||
includeme
|
||||
offline = true
|
||||
hide_filenames = true
|
||||
hide_file_names = true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue