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
CI-CD
PyLint-Odoo
Commits
a0cba712
Commit
a0cba712
authored
Mar 30, 2020
by
Christian Schöttke
Browse files
Switch to new Q&A tools base image
parent
f1560803
Pipeline
#7181
passed with stage
in 46 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
a0cba712
FROM
python:3-buster
FROM
docker.ecoservice.de/cicd/qa-tools
RUN
addgroup
--system
pylint
\
&&
adduser pylint
--system
--gecos
""
--no-create-home
--disabled-password
--shell
/bin/false
--ingroup
pylint
\
&&
mkdir
/code
\
&&
chown
pylint:pylint /code
WORKDIR
/code
RUN
pip
install
--no-cache-dir
pylint-odoo
COPY
pylintrc /etc/pylintrc
USER
pylint
COPY
--chown=root:root pylintrc /etc/pylintrc
# C8101: One of the following authors must be present in manifest: 'Odoo Community Association (OCA)' (manifest-required-author)
# C8105: License "OPL-1" not allowed in manifest file. (license-allowed)
...
...
requirements.txt
0 → 100644
View file @
a0cba712
pylint-odoo
Write
Preview
Supports
Markdown
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