Skip to content

Pylint 2.0.0 and a little bit of housekeeping #66

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

Merged
merged 10 commits into from
Aug 15, 2018
Merged

Pylint 2.0.0 and a little bit of housekeeping #66

merged 10 commits into from
Aug 15, 2018

Conversation

mattsb42-aws
Copy link
Member

Issue #, if available: #65 #17 #49

Description of changes:
In the process of updating our code to comply with the new checks in Pylint 2.0.0, I made the additional changes:

  • Finally got around to breaking deserialize_header logic out into component functions.
  • Above enabled turning on flake8 and pylint runs in Travis.
  • Turned on bandit run in Travis. 1.4.1 (or whatever the next version will be) still is not published, but we're pulling from their GitHub head for now.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@mattsb42-aws mattsb42-aws requested a review from a team August 15, 2018 21:46
return 0


def _verified_iv_length(iv_length, algorithm):
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Probably makes sense to rename algorithm -> algorithm_suite. Same for any other parameters where this has changed.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fair point. Updated within the changed inner functions. I'm going to leave the rest as-is for now, though. At some point I would like to go through the codebase and do a more complete transition, but I think this is not the time to do that.

@mattsb42-aws mattsb42-aws merged commit 9d743da into aws:master Aug 15, 2018
@mattsb42-aws mattsb42-aws deleted the dev-65 branch August 15, 2018 23:30
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.

2 participants