Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | check-package: fix code style | Ricardo Martincoski | 2018-01-29 | 1 | -5/+4 |
| | | | | | | | | | | Ignore these warnings: F401 'lib.ConsecutiveEmptyLines' imported but unused And remove comments that are not needed anymore. Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | ||||
* | tools: rename to 'utils' | Thomas Petazzoni | 2017-07-01 | 1 | -0/+138 |
After some discussion, we found out that "tools" has the four first letters identical to the "toolchain" subfolder, which makes it a bit unpractical with tab-completion. So, this commit renames "tools" to "utils", which is more tab-completion-friendly. This has been discussed with Arnout and Yann. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |