log2timeline / l2tscaffolder

Scaffolders for bootstrapping development of open source forensics tools.
http://l2tscaffolder.readthedocs.io/
Apache License 2.0
6 stars 9 forks source link

Additions to init files is not sorted, with a TODO in there and no newline character appended. #59

Closed kiddinn closed 5 years ago

kiddinn commented 5 years ago

Describe the bug The scaffolders produce new plugins/parsers/modules but when they are registered in init files they do not alphabetically sort them. Also the scaffolders don't add a newline character at the end, leaving some linters to complain.

To Reproduce

Generate files with the scaffolders, look at init.py additions.

Expected behavior

It would be better if the init files would be correct and wouldn't need any other additions/changes by devs, that is that the entries would be inserted into the correct order, etc.

kiddinn commented 5 years ago

This is already being worked on in #58

kiddinn commented 5 years ago

this has been pushed