Skip to content

Commit

Permalink
Do not exit 'make all' if pylint fails.
Browse files Browse the repository at this point in the history
Resolves ESCOMP#2316.
  • Loading branch information
samsrabin committed Jan 29, 2024
1 parent a73a170 commit ee7e6f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ifneq ($(verbose), not-set)
endif

PYLINT=pylint
PYLINT_ARGS=-j 4 --rcfile=ctsm/.pylintrc
PYLINT_ARGS=-j 4 --rcfile=ctsm/.pylintrc --fail-under=0
PYLINT_SRC = \
ctsm
# NOTE: These don't pass pylint checking and should be added when we put into effort to get them to pass
Expand Down

0 comments on commit ee7e6f6

Please sign in to comment.