archrelease: copy trunk to community-any
[ArchLinux/community.git] / ceph / trunk / suppress-pylint-warnings.patch
blob80f1ab036541c8b9d0317f6d32b7cbe814a949d1
1 --- a/src/pybind/mgr/dashboard/.pylintrc 2019-12-06 17:42:34.000000000 +0100
2 +++ b/src/pybind/mgr/dashboard/.pylintrc 2020-01-03 13:55:54.511393504 +0100
3 @@ -119,7 +119,11 @@ disable=import-star-module-level,
4 too-many-arguments,
5 too-many-locals,
6 too-many-statements,
7 - useless-object-inheritance
8 + useless-object-inheritance,
9 + no-else-raise,
10 + multiple-statements,
11 + unused-argument,
12 + protected-access
15 # Enable the message, report, category or checker with the given id(s). You can
16 --- a/src/pybind/mgr/dashboard/services/rgw_client.py 2019-12-06 17:42:34.000000000 +0100
17 +++ b/src/pybind/mgr/dashboard/services/rgw_client.py 2020-01-03 15:13:15.266131061 +0100
18 @@ -1,4 +1,5 @@
19 # -*- coding: utf-8 -*-
20 +# pylint: disable=unused-argument
21 from __future__ import absolute_import
23 import re