Philipp Hörist pushed to branch master at gajim / gajim


Commits:
41ae13d8 by lovetox at 2022-03-27T18:40:24+02:00
other: Remove obsolete pylint script

- - - - -


1 changed file:

- − scripts/dev/run-pylint.py


Changes:

=====================================
scripts/dev/run-pylint.py deleted
=====================================
@@ -1,11 +0,0 @@
-#!/usr/bin/env python3
-# Copyright (C) 2006 Nikos Kouremenos <kou...@gmail.com>
-# Copyright (C) 2016 Yann Leboulanger <asterix AT lagaule.org>
-
-import os
-import sys
-
-if os.getcwd().endswith('dev'):
-    os.chdir('../../gajim/') # we were in scripts/dev
-
-os.system("pylint3 --generated-members= --additional-builtins='_' 
--disable=C0103,C0111,W0703,W0511,W0142,W0613,R0201,design " + 
"".join(sys.argv[1:]))



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/41ae13d883d7283b9ab1e9715187cec5eb1ff01a

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/41ae13d883d7283b9ab1e9715187cec5eb1ff01a
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
Commits@gajim.org
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to