beremiz
Clone
Summary
Browse
Changes
Graph
python3 support: pylint, W1646 # (invalid-str-codec) non-text encoding used in str.decode
2018-10-10, Andrey Skvortsov
922f0d84f869
python3 support: pylint,W1602 # (basestring-builtin) basestring built-in referenced
2018-10-10, Andrey Skvortsov
4f7abbc8506f
python3 support: pylint, W1629 # (nonzero-method) __nonzero__ method defined
2018-10-10, Andrey Skvortsov
235f847be37e
python3 support: pylint, W1606 # (execfile-builtin) execfile built-in referenced
2018-10-10, Andrey Skvortsov
75a274023970
python3 support: pylint, W1607 # (file-builtin) file built-in referenced
2018-10-09, Andrey Skvortsov
b13f021c68a5
python3 support: pylint, W1659 # (xreadlines-attribute) Accessing a removed xreadlines attribute
2018-10-09, Andrey Skvortsov
c553769a65af
python3 support: pylint, W1601 # (apply-builtin) apply built-in referenced
2018-10-09, Andrey Skvortsov
45b43f275ca1
Fix pep8 warning: W605 invalid escape sequence ‘x’
2018-10-09, Andrey Skvortsov
f0a040f1de1b
pep8, ignore W606 'async' and 'await' are reserved keywords starting with Python 3.7
2018-10-09, Andrey Skvortsov
0f2e5303f212
python3 support: pylint, W1619 #(old-division) division w/o __future__ statement
2018-10-05, Andrey Skvortsov
105c20fdeb19
Make easier to run pytest on local X-server
2018-10-05, Andrey Skvortsov
82bfc75bcd9d
cleanup pyc files between running pytest
2018-10-05, Andrey Skvortsov
925adaa2cd5c
python3 support: pylint, W1612 # (unicode-builtin) unicode built-in referenced
2018-10-04, Andrey Skvortsov
07f48018b6f5
Use multiple processes to speed up pylint
2018-10-04, Andrey Skvortsov
2e8bf28a8909
python3 support: pylint, W1613 # (xrange-builtin) xrange built-in referenced
2018-10-04, Andrey Skvortsov
dbc065a2f7a5
python3 support: pylint, W1648 # (bad-python3-import) Module moved in Python 3
2018-10-04, Andrey Skvortsov
6923074540dd
IDManager : small cosmetic fixes and cleanup.
2018-11-23, Edouard Tisserant
2a70d5240300
Fixed regression in connecting to LOCAL:// targets
2018-11-23, Edouard Tisserant
65ff9a309ff3
Merge, with surprizingly little conflicts
2018-11-23, Edouard Tisserant
15f18dc8b56a
merge
2018-10-03, Andrey Skvortsov
9554952d36d7
Update localization template
2018-10-03, Andrey Skvortsov
aef7f2ca4e69
Fix 'msgid' format string with unnamed arguments cannot be properly localized
2018-10-03, Andrey Skvortsov
68e7da937162
Add automatic check for localization strings with multiple unnamed arguments
2018-10-03, Andrey Skvortsov
dc5554f0c12c
Improve localization support in etherlab (mostly)
2018-10-03, Andrey Skvortsov
2c7b7ae24d57
cleanup etherlab: pylint, W0602 (global-variable-not-assigned) Using global for 'X' but no assignment is done
2018-10-03, Andrey Skvortsov
45aa510d7a2a
cleanup: pylint, W0109 # (duplicate-key) Duplicate key 'X' in dictionary
2018-10-03, Andrey Skvortsov
a5994ee1f6a7
Add python3 syntax checking to CI
2018-10-03, Andrey Skvortsov
290b77b72123
Fix old style exception raise and exec syntax
2018-10-03, Andrey Skvortsov
c081dabc0f63
Use python 3 compatible exception syntax everywhere
2018-10-02, Andrey Skvortsov
5587c490a070
cleanup: pylint, R0123 # (literal-comparison) Comparison to literal
2018-10-02, Andrey Skvortsov
316ee9fff395
Use predefined constants for PlcStatus instead of string literals
2018-10-02, Andrey Skvortsov
1ca207782dde
cleanup: pylint, R1704 # (redefined-argument-from-local) Redefining argument with the local name 'Y'
2018-10-01, Andrey Skvortsov
f7d8891fe708
cleanup: pylint, R1701 # (consider-merging-isinstance) Consider merging these isinstance calls to isinstance(CTNLDFLAGS, (str, unicode))
2018-10-01, Andrey Skvortsov
7fad75e5e63d
cleanup: pylint, E1304 # (missing-format-string-key) Missing key 'X_name' in format string dictionary
2018-10-01, Andrey Skvortsov
803daf19a1b5
cleanup: pylint, E1300 # (bad-format-character) Unsupported format character '"' (0x22) at index 17
2018-10-01, Andrey Skvortsov
22b1879a3c15
cleanup: pylint, W0111 # (assign-to-new-keyword) Name async will become a keyword in Python 3.7
2018-10-01, Andrey Skvortsov
3a883a76abe0
cleanup: pylint, E1310 (bad-str-strip-call) Suspicious argument in str.strip call
2018-10-01, Andrey Skvortsov
4e7ebd6ec248
Fix segmentation fault when last lines in text POUs should be highlighted
2018-10-01, Andrey Skvortsov
00d90ab8a462
enable etherlab checks
2018-09-29, Andrey Skvortsov
23978e5b039a
clean etherlab: pylint, C0330 # (bad-continuation) Wrong hanging indentation before block
2018-09-29, Andrey Skvortsov
5f2b1bb464a0
clean etherlab: pylint, W0612 # (unused-variable) Unused variable 'X'
2018-09-29, Andrey Skvortsov
ffd091b51cd0
clean etherlab: pylint, W1618 # (no-absolute-import) import missing `from __future__ import absolute_import`
2018-09-29, Andrey Skvortsov
af050469fc5c
clean etherlab: pylint,E0602 # (undefined-variable) Undefined variable 'X'
2018-09-29, Andrey Skvortsov
87eb184414bd
clean etherlab: pylint, E1136 # (unsubscriptable-object) Value 'X' is unsubscriptable
2018-09-29, Andrey Skvortsov
045df8ecc8b3
ignore missing MotionLibrary
2018-09-29, Andrey Skvortsov
a1df3102327d
clean etherlab: pylint, E0611 # (no-name-in-module) No name 'X' in module 'Y'
2018-09-29, Andrey Skvortsov
fe887446134d
clean etherlab: pylint, C0123 # (unidiomatic-typecheck) Using type() instead of isinstance() for a typecheck.
2018-09-29, Andrey Skvortsov
7afecc27db95
clean etherlab: pylint, W0104 # (pointless-statement) Statement seems to have no effect
2018-09-29, Andrey Skvortsov
a9a6dbc506e9
clean etherlab: pylint, W0631 # (undefined-loop-variable) Using possibly undefined loop variable 'X'
2018-09-29, Andrey Skvortsov
0ae721a79654
clean etherlab: pylint, C1001 # (old-style-class) Old-style class defined.
2018-09-29, Andrey Skvortsov
25f16349644b
clean etherlab: pylint, W0611 # (unused-import) Unused import X
2018-09-29, Andrey Skvortsov
41adf1dfc7a7
clean etherlab: pylint, E0102 # (function-redefined) method already defined
2018-09-29, Andrey Skvortsov
d47666f33923
clean etherlab: pylint, W0105 # (pointless-string-statement) String statement has no effect
2018-09-29, Andrey Skvortsov
bbc3d3d93562
clean etherlab: pylint,W0231 # (super-init-not-called) __init__ method from base class is not called
2018-09-29, Andrey Skvortsov
fddc29dee614
clean etherlab: pylint, C0412 # (ungrouped-imports) Imports from package X are not grouped
2018-09-29, Andrey Skvortsov
aad985da14f7
clean etherlab: pylint,W0108 # (unnecessary-lambda) Lambda may not be necessary
2018-09-29, Andrey Skvortsov
3315e621d7fb
clean etherlab: pylint, C0411 # (wrong-import-order) standard import "import x" comes before "import y"
2018-09-29, Andrey Skvortsov
81116c5db60f
clean etherlab: pylint, W0404 # reimported module
2018-09-29, Andrey Skvortsov
f86eefc8d378
check_source.sh: add E301 check to the list of selected PEP8 errors
2018-09-29, Andrey Skvortsov
13acfd8d33e6
clean etherlab: pep8, E301 expected 2 blank lines, found 1
2018-09-29, Andrey Skvortsov
5cf1d70b5395