pirelle

Results 4 issues of pirelle

We are getting too long filename here https://github.com/oldani/HtmlTestRunner/blob/86c173982511ff74ab2173864bb0b967bb915f6f/HtmlTestRunner/result.py#L403

I had a bug when using plugin with multiple lines in chart and 'time' type in xAxes. I found if I replace `_index: items.length` here https://github.com/AbelHeinsbroek/chartjs-plugin-crosshair/blob/1a4a2a4c32ac03d0613bf5297a75ee10b77c60c5/src/interpolate.js#L82 to `_index: index` it...

Fix for the issue https://github.com/3YOURMIND/django-migration-linter/issues/261

Hi! In the link below, application name is taken from the migration file path, and then compared with `self.migration_loader.disk_migrations` which is wrong, since app name can be defined in `some_app/apps.py::DefaultConfig::label`...