| Overall | | | 34.5287 | 7.2445 |
Testing the `rstcheck` tool plugin against the <https://github.com/PointCloudLibrary/blog> repository shows
improvements for scanning all files at once.
Statick discovered 353 rst files in this repository.
| package | name | plugin_type | duration (main) | duration (unreleased) |
| -------- | ---------------- | ----------- | --------------- | --------------------- |
| pcl_blog | find files | Discovery | 5.9150 | 5.9158 |
| pcl_blog | markdown | Discovery | 0.0033 | 0.0026 |
| pcl_blog | rst | Discovery | 0.0090 | 0.0083 |
| pcl_blog | markdownlint | Tool | 0.0994 | 0.1017 |
| pcl_blog | rstcheck | Tool | 114.8899 | 0.4774 |
| pcl_blog | print_to_console | Reporting | 0.0021 | 0.0017 |
| Overall | | | 121.0291 | 6.6186 |
(Note that this testing was done with a local fix in the Statick `exceptions` module for a `UnicodeDecodeError`.
That fix will get pushed to Statick in the future.)
Added
- Process all source files at once with tools that support passing in a list of files, instead of invoking each tool
per file. (63)
- Ubuntu 22.04 used in continuous integration workflows. (62)
- Python 3.11 used in continuous integration workflows. (62)
Changed
- Update GitHub Actions to use latest versions. (62)
Fixed
- Ensuring that "Cannot find module" thrown errors from nodejs in markdownlint tool plugin cause statick to error. (64)
Removed
- Ubuntu 18.04 removed from continuous integration workflows. (62)
- Removed deprecated pypi package [codecov](https://github.com/codecov/codecov-python) from Tox configuration. (#)
Discussion at: <https://community.codecov.com/t/codecov-yanked-from-pypi-all-versions/4259>.