Thu, 10 Jan 2019 14:18:48 +0100 |
Detlev Offenbach |
Updated copyright for 2019.
|
file |
diff |
annotate
|
Sat, 21 Apr 2018 17:43:41 +0200 |
Detlev Offenbach |
code style checker: extended the dialog to be able to define the number of blank lines before class and function/method definitions
|
file |
diff |
annotate
|
Fri, 13 Apr 2018 18:50:57 +0200 |
Detlev Offenbach |
Code Style Checker, Syntax Checker: added support for '# noqa' and '# NOQA' comments to suppress warnings
|
file |
diff |
annotate
|
Tue, 13 Mar 2018 14:54:46 +0100 |
Detlev Offenbach |
Fixed some loop related coding issues detected by the extended code style checker.
|
file |
diff |
annotate
|
Sun, 31 Dec 2017 16:52:09 +0100 |
Detlev Offenbach |
Updated copyright for 2018.
|
file |
diff |
annotate
|
Wed, 21 Jun 2017 19:40:59 +0200 |
Detlev Offenbach |
Added functionality to limit the number of processes used for bachground services.
|
file |
diff |
annotate
|
Sat, 13 May 2017 16:34:04 +0200 |
Detlev Offenbach |
Fixed a source docu issue.
|
file |
diff |
annotate
|
Fri, 05 May 2017 19:05:26 +0200 |
Detlev Offenbach |
Finetuned the coding style checker a little bit to allow groups of messages to be ignored (e.g. __IGNORE_WARNING_N10__ for all N10x warnings.
|
file |
diff |
annotate
|
Sat, 08 Apr 2017 19:23:04 +0200 |
Detlev Offenbach |
Fixed an issue causing eric to not start with Python2 anymore.
|
file |
diff |
annotate
|
Fri, 31 Mar 2017 17:29:55 +0200 |
Detlev Offenbach |
Corrected an issue in various checker services that caused them to block, if an exception was thrown in a checker class.
|
file |
diff |
annotate
|
Sat, 25 Mar 2017 17:36:50 +0100 |
Detlev Offenbach |
Added a line complexity checker to the code style checker.
|
file |
diff |
annotate
|
Fri, 17 Mar 2017 19:09:39 +0100 |
Detlev Offenbach |
Made the built-ins checker configurable.
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 19:46:57 +0100 |
Detlev Offenbach |
Continued fixing code style issues detected by the extended style checker.
|
file |
diff |
annotate
|
Tue, 07 Mar 2017 18:46:09 +0100 |
Detlev Offenbach |
Added capability to place line flags (e.g. __IGNORE...) on the line following the one to be ignored.
|
file |
diff |
annotate
|
Sat, 31 Dec 2016 13:34:21 +0100 |
Detlev Offenbach |
Updated copyright for 2017.
|
file |
diff |
annotate
|
Fri, 16 Sep 2016 19:31:38 +0200 |
Detlev Offenbach |
Added capaibility to ignore warnings by code (use __IGNORE_WARNING_<code>__, e.g. __IGNORE_WARNING_M613__).
|
file |
diff |
annotate
|
Sun, 04 Sep 2016 17:16:38 +0200 |
Detlev Offenbach |
Renamed pep8.py to pycodestyle.py in order to track the upstream renaming.
|
file |
diff |
annotate
|
Fri, 01 Jan 2016 12:12:12 +0100 |
Detlev Offenbach |
Updated copyright for 2016.
|
file |
diff |
annotate
|
Fri, 13 Nov 2015 22:52:26 +0100 |
T.Rzepka |
Adjustments to future imports for Python 2 compatibility.
|
file |
diff |
annotate
|
Wed, 04 Nov 2015 16:25:25 +0100 |
Detlev Offenbach |
Fixed a few code style issues (forgotten future imports, copyrights,...).
6_1_x
|
file |
diff |
annotate
|
Sat, 24 Oct 2015 20:36:26 +0200 |
Detlev Offenbach |
Started to add more code style checkers.
|
file |
diff |
annotate
|
Mon, 07 Sep 2015 22:33:03 +0200 |
T.Rzepka |
Multiple pep8 fixes in one line doesn't mix up syntax any more.
6_0_x
|
file |
diff |
annotate
|
Mon, 07 Sep 2015 22:33:03 +0200 |
T.Rzepka |
Multiple pep8 fixes in one line doesn't mix up syntax any more.
|
file |
diff |
annotate
|
Wed, 02 Sep 2015 20:16:28 +0200 |
Detlev Offenbach |
Added a code complexity checker iaw. McCabe to the code style checker.
|
file |
diff |
annotate
|
Sat, 18 Apr 2015 19:14:15 +0200 |
Detlev Offenbach |
Implemented the Cancel logic for batch checks.
|
file |
diff |
annotate
|
Thu, 16 Apr 2015 19:58:27 +0200 |
Detlev Offenbach |
Added a batch mode to the code style checker to make use of multiple CPUs/CPU-Cores.
|
file |
diff |
annotate
|
Thu, 01 Jan 2015 13:11:59 +0100 |
Detlev Offenbach |
Updated copyright for 2015.
|
file |
diff |
annotate
|
Sat, 27 Sep 2014 12:34:27 +0200 |
Detlev Offenbach |
Fixed an issue in the coding style checker service. Empty files should not be ignored because they could show issues.
5_5_x
|
file |
diff |
annotate
|
Thu, 31 Jul 2014 16:53:43 +0200 |
T.Rzepka |
Possible exception on fixing code styles fixed (only Python2).
5_5_x
|
file |
diff |
annotate
|
Thu, 29 May 2014 21:02:44 +0200 |
T.Rzepka |
updated pep8 to 1.5.6
|
file |
diff |
annotate
|
Tue, 13 May 2014 19:06:23 +0200 |
Detlev Offenbach |
Fixed an issue in the code style checker service.
|
file |
diff |
annotate
|
Tue, 29 Apr 2014 18:22:44 +0200 |
Detlev Offenbach |
Added the file backup functionality in the code style fixer.
|
file |
diff |
annotate
|
Tue, 15 Apr 2014 22:41:08 +0200 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 30 Mar 2014 22:00:14 +0200 |
T.Rzepka |
Merge with BgService.
Py2 comp.
|
file |
diff |
annotate
|
Sat, 22 Mar 2014 09:12:19 +0100 |
T.Rzepka |
Code style checker: Translations extracted and refactored.
BgService
|
file |
diff |
annotate
|
Fri, 17 Jan 2014 23:38:29 +0100 |
T.Rzepka |
Bugfixes to work under Python3 and unicode issues for Python2 fixed.
BgService
|
file |
diff |
annotate
|
Wed, 15 Jan 2014 22:55:52 +0100 |
T.Rzepka |
CodeStyleChecker moved to background service and done a little cleanup.
BgService
|
file |
diff |
annotate
|
Sun, 05 Jan 2014 23:22:17 +0100 |
T.Rzepka |
Merge with default branch.
Py2 comp.
|
file |
diff |
annotate
|
Sat, 04 Jan 2014 18:39:24 +0100 |
Detlev Offenbach |
Fixed some code style issues.
|
file |
diff |
annotate
|
Fri, 03 Jan 2014 13:52:58 +0100 |
Detlev Offenbach |
Fixed a serious bug in the doc style checker and made the style checker for Python2 more robust against exceptions in the external process.
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 14:39:32 +0100 |
Detlev Offenbach |
Updated copyright for 2014.
Py2 comp.
|
file |
diff |
annotate
|
Wed, 01 Jan 2014 14:38:45 +0100 |
Detlev Offenbach |
Updated copyright for 2014.
|
file |
diff |
annotate
|
Sat, 14 Dec 2013 23:44:25 +0100 |
T.Rzepka |
# __IGNORE_WARNING__ added/ removed.
Py2 comp.
|
file |
diff |
annotate
|
Sun, 03 Nov 2013 15:58:22 +0100 |
T.Rzepka |
Merge with default branch after fixed indentation issues and lates changes.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 01 Nov 2013 15:48:48 +0100 |
T.Rzepka |
Merge with default branch after fixed indentation issues.
Py2 comp.
|
file |
diff |
annotate
|
Fri, 18 Oct 2013 23:00:41 +0200 |
T.Rzepka |
Merge with default branch after shorten the code lines to max. 79 characters.
Py2 comp.
|
file |
diff |
annotate
| base
|
Sat, 19 Oct 2013 15:15:50 +0200 |
Detlev Offenbach |
Fixed a bunch of indentation issues.
|
file |
diff |
annotate
|
Tue, 15 Oct 2013 18:29:32 +0200 |
Detlev Offenbach |
Fixed a bunch of visible indentation issues.
|
file |
diff |
annotate
|
Fri, 04 Oct 2013 17:21:14 +0200 |
Detlev Offenbach |
Continued changing the names of the various code style checkers to make them more appropriate to the broadened scope.
|
file |
diff |
annotate
|
Fri, 04 Oct 2013 14:26:08 +0200 |
Detlev Offenbach |
Continued changing the names of the various code style checkers to make them more appropriate to the broadened scope.
|
file |
diff |
annotate
| base
|