lorenzwalthert / touchstone

Smart benchmarking of pull requests with statistical confidence
https://lorenzwalthert.github.io/touchstone
Other
53 stars 7 forks source link

Adapt behavior to environment #95

Closed assignUser closed 2 years ago

assignUser commented 2 years ago

Closes #88 Closes #89 Closes #94

This will make debugging much quicker :D

assignUser commented 2 years ago

@lorenzwalthert I also updated the workflows in this repo to use the new actions

lorenzwalthert commented 2 years ago

Thanks. Will have a look later. If this package passes tube lintr check, I suggest you activate the corresponding pre-commit hook too in .pre-commit-config.yaml.

assignUser commented 2 years ago

Agree on the changes, will implement them.

assignUser commented 2 years ago

@lorenzwalthert Done :) I disabled the object_usage_linter as I only ever get false positves (e.g. when vars are only used in glue) and don't think # nolinting every false positv is worth it, what do you think?

lorenzwalthert commented 2 years ago

Thanks @assignUser 👍