cyberark / cyberark-conjur-cli

CyberArk Conjur command line interface written in Python
https://www.conjur.org
Apache License 2.0
17 stars 16 forks source link

Fix failing build on Pylint suggestion #337

Closed sigalsax closed 3 years ago

sigalsax commented 3 years ago

What does this PR do?

The 'main' building was failing Pylint suggestions. This commit fixes the failure by ignoring pylint's suggestions because the formatting of the strings was done purposefully

What ticket does this PR close?

Resolves -

Checklists

Change log

Test coverage

Documentation

sigalsax commented 3 years ago

@eladkug no risk. The changes touch on how we format strings. You can either do it like ().format or printf(). In certain areas we chose format because we care about the whitespaces. In terms of functionality, this doesn't make a difference though