Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Drops checks that were removed in latest pylint
This addresses the following: .pylintrc:1:0: R0022: Useless option value for '--disable', 'C0326' was removed from pylint, see pylint-dev/pylint#3577. (useless-option-value) .pylintrc:1:0: R0022: Useless option value for '--disable', 'C0330' was removed from pylint, see pylint-dev/pylint#3571. (useless-option-value) Signed-off-by: Cleber Rosa <crosa@redhat.com>
- Loading branch information