Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
uffd
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Luca (strifel)
uffd
Commits
f346dc9d
Commit
f346dc9d
authored
3 years ago
by
c-tim
Committed by
Tim Neumann
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: Pin pylint major and minor versions
Patch-version is not pinned. Fixes:
#121
Fixes:
#122
Supersedes:
!93
parent
c5b46c6c
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-2
3 additions, 2 deletions
.gitlab-ci.yml
with
3 additions
and
2 deletions
.gitlab-ci.yml
+
3
−
2
View file @
f346dc9d
...
...
@@ -6,6 +6,7 @@ variables:
PYTHONPATH
:
deps/ldapalchemy
APT_API_URL
:
https://packages.cccv.de
APT_REPO
:
uffd
PYLINT_PIN
:
pylint~=2.10.0
before_script
:
-
python3 -V
...
...
@@ -61,7 +62,7 @@ linter:buster:
image
:
registry.git.cccv.de/uffd/docker-images/buster
stage
:
test
script
:
-
pip3 install pylint-gitlab pylint-flask-sqlalchemy
# this force-updates jinja2 and some other packages!
-
pip3 install
$PYLINT_PIN
pylint-gitlab pylint-flask-sqlalchemy
# this force-updates jinja2 and some other packages!
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabCodeClimateReporter uffd > codeclimate.json
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabPagesHtmlReporter uffd > pylint.html
-
python3 -m pylint --rcfile .pylintrc --output-format=text uffd
...
...
@@ -77,7 +78,7 @@ linter:bullseye:
image
:
registry.git.cccv.de/uffd/docker-images/bullseye
stage
:
test
script
:
-
pip3 install pylint-gitlab pylint-flask-sqlalchemy
# this force-updates jinja2 and some other packages!
-
pip3 install
$PYLINT_PIN
pylint-gitlab pylint-flask-sqlalchemy
# this force-updates jinja2 and some other packages!
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabCodeClimateReporter uffd > codeclimate.json
-
python3 -m pylint --exit-zero --rcfile .pylintrc --output-format=pylint_gitlab.GitlabPagesHtmlReporter uffd > pylint.html
-
python3 -m pylint --rcfile .pylintrc --output-format=text uffd
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment