Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
dumux-repositories
dumux
Commits
c704277d
Commit
c704277d
authored
Nov 10, 2021
by
Timo Koch
Browse files
fixup
parent
47a07591
Changes
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci/default.yml
View file @
c704277d
...
...
@@ -51,12 +51,12 @@ pylint-flake8 (python):
-
|
if [ -d build-cmake/python/dumux ] ; then
pylint --rcfile=.pylintrc build-cmake/python/dumux
pylint --rcfile=.pylintrc bin
pylint --rcfile=.pylintrc dumux/porenetwork/util
flake8 build-cmake/python/dumux
flake8 bin
flake8 dumux/porenetwork/util
fi
pylint --rcfile=.pylintrc bin
pylint --rcfile=.pylintrc dumux/porenetwork/util
flake8 bin
flake8 dumux/porenetwork/util
needs
:
-
job
:
configure
artifacts
:
true
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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