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

Support pylint 2.2.2 #218

Merged
merged 17 commits into from
Dec 4, 2018

Conversation

nth10sd
Copy link
Contributor

@nth10sd nth10sd commented Nov 28, 2018

This enables us to run pylint on Python 3.7 in Travis.

@nth10sd nth10sd self-assigned this Nov 28, 2018
@codecov-io
Copy link

codecov-io commented Nov 28, 2018

Codecov Report

Merging #218 into master will decrease coverage by <.01%.
The diff coverage is 39.21%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #218      +/-   ##
==========================================
- Coverage   44.48%   44.48%   -0.01%     
==========================================
  Files          39       39              
  Lines        2740     2736       -4     
==========================================
- Hits         1219     1217       -2     
+ Misses       1521     1519       -2
Impacted Files Coverage Δ
tests/js/test_build_options.py 94.73% <0%> (ø) ⬆️
src/funfuzz/util/lithium_helpers.py 13.15% <0%> (ø) ⬆️
src/funfuzz/util/os_ops.py 17.12% <0%> (ø) ⬆️
src/funfuzz/util/sm_compile_helpers.py 72.83% <0%> (ø) ⬆️
src/funfuzz/util/fork_join.py 26.47% <0%> (ø) ⬆️
src/funfuzz/util/create_collector.py 30% <0%> (ø) ⬆️
src/funfuzz/util/repos_update.py 25% <0%> (ø) ⬆️
src/funfuzz/util/hg_helpers.py 41.48% <0%> (ø) ⬆️
src/funfuzz/util/s3cache.py 52.63% <100%> (ø) ⬆️
src/funfuzz/bot.py 20.74% <100%> (ø) ⬆️
... and 9 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6763570...a6173ad. Read the comment docs.

@nth10sd nth10sd changed the title Support pylint 2.2.1 Support pylint 2.2.2 Nov 28, 2018
@nth10sd nth10sd merged commit 7c4a612 into MozillaSecurity:master Dec 4, 2018
@nth10sd nth10sd deleted the make-pylint2-on-py3-happy branch December 5, 2018 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants