10 Commits

Author SHA1 Message Date
Oleksandr Redko
521a6763ce
dev: replace raw loops with funcs from slices and maps ()
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2024-01-04 22:43:50 +01:00
Oleksandr Redko
1948081d84
dev: remove unused ctx parameter from Printer () 2023-04-16 18:18:53 +02:00
Ludovic Fernandez
e443887a4f
dev: add printers unit tests. () 2022-01-10 09:13:47 +01:00
Donal Byrne
eaed228d2f
Print error text in <failure> tag content for more readable junit report () 2022-01-05 09:17:33 +01:00
Lauris BH
d209389625
Add support for multiple outputs () 2022-01-04 21:36:27 +01:00
ced42
7526c8d347
Add tests, failures and errors attributes on testsuites () 2020-05-07 17:05:10 +03:00
Isaev Denis
9ba730e989
Make incremental analysis ()
Cache linting results. Reanalyze only changed packages
and packages tree depending on them.

Fixes , fixes 
2019-10-13 17:40:51 +03:00
Isaev Denis
95ec0cf21e
dramatically reduce memory usage ()
Run all linters per package. It allows unloading package data when it's
processed. It dramatically reduces memory (and CPU because of GC) usage.

Relates: 
2019-09-30 16:19:41 +03:00
Glen Mailer
97fcafd38c Update format of junit xml output to mark failures as such () 2019-09-10 11:21:08 +03:00
Sonia Hamilton
5c86bfc905 junit-xml output 2019-06-09 13:23:17 +03:00