1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-01-18 12:06:08 +00:00

commands/show: disable pylint

Disable pylint for wa/commands/show.py. Due to changes in recent
versions of pylint, it now takes an excessively long time to
process this file.
This commit is contained in:
Sergei Trofimov 2018-07-06 10:20:44 +01:00 committed by Marc Bonnici
parent 109daa7f8c
commit 4b86fa5aee

View File

@ -12,6 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
# TODO: because of some weirdness involving get_params_rst and underline
# functions from wa.utils.doc, pylint gets stuck here for a very
# long time. To avoid that, skip this file.
# pylint: disable-all
import sys
from subprocess import call, Popen, PIPE