beremiz
Clone
Summary
Browse
Changes
Graph
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
clean etherlab: pep8, W503 line break before binary operator
2018-09-29, Andrey Skvortsov
d00f1430d57a
clean etherlab: pep8, E266 too many leading '#' for block comment
2018-09-29, Andrey Skvortsov
f2a53fa6e5d7
clean etherlab: pep8, E122 continuation line missing indentation or outdented
2018-09-29, Andrey Skvortsov
d7d9f0e60bc9
clean etherlab: pep8, W191 indentation contains tabs
2018-09-29, Andrey Skvortsov
6cc3460be285
clean etherlab: pep8, E211 whitespace before '['
2018-09-29, Andrey Skvortsov
e783c6beacf1
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29, Andrey Skvortsov
1c40e3976cc2
clean etherlab: pep8, E127 continuation line over-indented for visual indent
2018-09-29, Andrey Skvortsov
b35bce45bc5a
clean etherlab: pep8, E129 visually indented line with same indent as next logical line
2018-09-29, Andrey Skvortsov
015b724c30a5
clean etherlab: pep8, W602 deprecated form of raising exception
2018-09-29, Andrey Skvortsov
7aa47c09f8f5
clean etherlab: pep8, W601 .has_key() is deprecated, use 'in'
2018-09-29, Andrey Skvortsov
88a9d64560d3
clean etherlab: pep8, E731 do not assign a lambda expression, use a def
2018-09-29, Andrey Skvortsov
47775c9367bd
clean etherlab: pep8, E203 whitespace before ','
2018-09-29, Andrey Skvortsov
cfa68a06a24d
clean etherlab: pep8, E712 comparison to True should be 'if cond is True:' or 'if cond:'
2018-09-29, Andrey Skvortsov
aed3ca79a10a
clean etherlab: pep8, E222 multiple spaces after operator
2018-09-29, Andrey Skvortsov
73d35ba8f982
clean etherlab: pep8, E741 ambiguous variable name 'l'
2018-09-29, Andrey Skvortsov
51f3acc89a58
cleanup etherlab: pep8, E306 expected 1 blank line before a nested definition, found X
2018-09-29, Andrey Skvortsov
f1f10ceb9341
cleanup etherlab: pep8, E305 expected 2 blank lines after class or function definition, found X
2018-09-28, Andrey Skvortsov
e40f3914e55f
cleanup etherlab: pep8, E201 whitespace after '('
2018-09-28, Andrey Skvortsov
24db1e592e20