Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Gepetto
dashboard
Commits
df44cc40
Commit
df44cc40
authored
Feb 16, 2018
by
Guilhem Saurel
Browse files
INVALID_MAILS += 'example'
parent
62d23d27
Changes
1
Hide whitespace changes
Inline
Side-by-side
rainboard/utils.py
View file @
df44cc40
...
...
@@ -11,7 +11,7 @@ logger = logging.getLogger('rainboard.utils')
SOURCES
=
IntEnum
(
'Sources'
,
'github gitlab redmine robotpkg travis'
)
TARGETS
=
IntEnum
(
'Targets'
,
'14.04 16.04 17.10 18.04 dubnium'
)
INVALID_MAILS
=
(
'localhost'
,
'none'
,
'noreply'
)
INVALID_MAILS
=
(
'localhost'
,
'none'
,
'noreply'
,
'example'
)
def
slugify_with_dots
(
value
):
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment