Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build: actually disable pylint by default #1255

Merged
merged 1 commit into from
Oct 25, 2017

Conversation

grondo
Copy link
Contributor

@grondo grondo commented Oct 25, 2017

In commit bd4fee8 the pylint check
was accidently left enabled by default. The intent was to have the
default be disabled and only run pylint on --enable-pylint.

Sorry! Not sure how that slipped through (I promise I tested functionality several times) 😢

In commit bd4fee8 the pylint check
was accidently left enabled by default. The intent was to have the
default be *disabled* and only run pylint on --enable-pylint.
@garlick
Copy link
Member

garlick commented Oct 25, 2017

restarted a builder stuck at the cron test.

I'm sorry I didn't catch that when I reviewed it and pushed the button!

@garlick
Copy link
Member

garlick commented Oct 25, 2017

I did verify this time that pylint is running in the one builder and not in the others. Probably no need to wait until that builder finishes. Merging.

@garlick
Copy link
Member

garlick commented Oct 25, 2017

Oh except gray button :-)

@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 78.541% when pulling 2ff4a07 on grondo:pylint-disable into 2694116 on flux-framework:master.

@codecov-io
Copy link

Codecov Report

Merging #1255 into master will increase coverage by 0.04%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##           master    #1255      +/-   ##
==========================================
+ Coverage   77.88%   77.92%   +0.04%     
==========================================
  Files         154      154              
  Lines       28934    28934              
==========================================
+ Hits        22534    22548      +14     
+ Misses       6400     6386      -14
Impacted Files Coverage Δ
src/broker/overlay.c 73.88% <0%> (-0.32%) ⬇️
src/common/libflux/message.c 81.48% <0%> (-0.12%) ⬇️
src/common/libflux/response.c 84.55% <0%> (+0.81%) ⬆️
src/broker/modservice.c 81.55% <0%> (+0.97%) ⬆️
src/common/libflux/mrpc.c 86.66% <0%> (+1.17%) ⬆️
src/broker/content-cache.c 74.73% <0%> (+1.29%) ⬆️
src/broker/module.c 85.19% <0%> (+1.39%) ⬆️

@garlick garlick merged commit 1220202 into flux-framework:master Oct 25, 2017
@grondo grondo deleted the pylint-disable branch October 30, 2017 23:00
@grondo grondo mentioned this pull request May 10, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants