55a8ca7849
Update TODO and BUGS.
2021-12-15 08:58:45 +10:00
c6f790c35c
Optimize change to summary when filesystem changes.
...
- Was checking all files on any change detected.
- Now adding, deleting or modifing individual rows in response
to the respective filesystem event.
- html_syntax tool was being run in an infinite loop because it
triggered the ON_CLOSE_WRITE event.
2020-03-09 14:31:01 +10:00
04c5bf3d56
Fix bug caused by change in collections.UserList.
...
- Collections.UserList changed betweeen python 3.7.3 and 3.7.5,
requiring the constructor of Entry to be a like that for a list.
- Solved by not using UserList and defining __getitem__ and __len__.
2019-11-06 11:18:18 +10:00
aea93874cc
tools: Enable color for yamllint.
...
- Yamllint uses the 'faint' escape code. Ignoring for now.
2019-07-21 23:59:08 +10:00
7f9e572a18
Update TODO.
2019-07-21 22:30:36 +10:00
4a1e109f07
tools: Let color be specified in tools.toml.
2019-07-20 14:06:22 +10:00
4714452760
appimage: Get the appimage build working.
...
- zesty -> cosmic
- appimage 9 -> appimage 12
- vigil -> eris
2019-07-15 12:50:32 +10:00
6de0eeb6fa
Update TODO.
2019-07-14 16:03:04 +10:00
8e5cc0eac9
Rename the project to Eris.
2018-09-17 23:59:38 +10:00
8ae0f203f2
Move to python3.7
...
- Now getting python packages using pip instead of the ubuntu versions.
- System wide installations now aren't supported.
2018-09-02 16:00:44 +10:00
c6250b2803
tools: Added git_log.
2017-12-29 11:21:11 +10:00
4a02b26fb0
tools: Added shellcheck for bash, sh, dash or ksh files.
2017-12-13 19:15:26 +10:00
45a3f1ede8
tools: Added cppcheck for C/C++ files.
2017-12-13 19:03:21 +10:00
acfc0249f4
Brought TODO and BUGS up to date.
2017-07-08 13:58:52 +01:00
e97bb6ffb1
Added bandit for python.
2016-10-25 22:51:50 +02:00
dedac08987
Added mypy for python.
2016-10-15 19:14:41 +02:00
4af3658825
Showing different help on the help page and the command-line.
2016-09-30 21:28:05 +02:00
72be7b44bf
Added idea about help info.
2016-09-30 20:33:46 +02:00
f2098da47c
[TODO] pytype is like mypy
2016-06-16 18:26:57 +02:00
1dfb04841c
Recognize python test files like: test_*.py .
2016-02-20 09:31:49 +00:00
8283132eed
Updated ideas.
2016-02-19 22:48:29 +00:00
1a12f6e369
Coding style.
...
Removed the Code widget which was almost the same as the Text widget.
2016-02-18 20:01:39 +00:00
4919a1ed2a
Coding style.
...
More consistent leading underscores.
2016-02-15 14:11:08 +00:00
cc95534bd7
Now the perl_syntax tool detects if perl files (.pl) are perl5 or perl6.
2016-02-13 16:42:39 +00:00
1106819e42
Added the disassemble_pyc tool.
2016-02-10 19:30:30 +00:00
cee53ed9d6
Bring BUGS and TODO up-to-date.
2016-02-02 17:12:23 +00:00
b05d4a5b7f
Updated TODO.
2016-02-01 08:04:53 +00:00
e48bafd87b
Added page up and page down to the summary view.
...
Also fine scrolling to the listing view to make the keys more consistent.
2016-01-28 18:49:44 +00:00
678dc89cc9
Changed main integration test to wait for both jobs to be completed before shutting down.
2016-01-28 08:43:44 +00:00
3538e5ba0d
Removed the 'watching' toggle.
2016-01-23 13:11:27 +00:00
9da1bb3dbb
Changed the pretty names of the result statuses and corrected variable names to match.
2016-01-23 09:39:45 +00:00
4be818cf25
Use perldoc on pod and perl6 files.
2016-01-23 01:43:47 +00:00
7c66d6959d
Use nice colors for coloring files when LS_COLORS is not set.
2016-01-22 12:49:43 +00:00
c72a163cfc
Simplify coloring of mccabe.
...
Just color lines with greater than 10 complexity.
2016-01-22 00:05:37 +00:00
721cc28d03
Run all tools in a filesystem sandbox
2016-01-21 23:22:42 +00:00
0603751d45
Added another todo.
2016-01-06 23:26:04 +00:00
2afe4c9fbf
Add more todos.
2016-01-06 23:18:25 +00:00
d7cedba890
Added a toggle so that work can be paused
2016-01-06 11:33:54 +00:00
0239c19e7e
Add perl6 syntax checking.
...
Still need to determine if pl, pm or t files are perl5 or perl6.
2016-01-04 01:44:24 +00:00
0f182df53f
Bring TODO file up to date
2016-01-03 19:21:42 +00:00
8e6a80c60a
Detect python2 files and run python2 versions of the tools against them
2016-01-02 00:13:28 +00:00
f6d54d009d
Changes from running jobs differently. ( 667dd8f)
2015-12-31 15:43:41 +00:00
fc4b2ced58
Initial commit
2015-12-14 18:03:11 +00:00