Skip to content
Snippets Groups Projects
Commit 893c7f5f authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

Add .pylintrc to Docker


Configuration file to ignore certain warnings in Python source code.

Signed-off-by: default avatarRazvan Deaconescu <razvan.deaconescu@upb.ro>
parent f5e117be
No related branches found
No related tags found
No related merge requests found
Pipeline #12517 passed
......@@ -5,3 +5,4 @@ RUN mkdir ${CHECKER_DATA_DIRECTORY}/../tests
COPY ./tests ${CHECKER_DATA_DIRECTORY}/../tests
RUN mkdir ${CHECKER_DATA_DIRECTORY}/../utils
COPY ./utils ${CHECKER_DATA_DIRECTORY}/../utils
COPY ./.pylintrc ${CHECKER_DATA_DIRECTORY}/..
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment