Ville Skyttä
Ville Skyttä
Refs https://github.com/pre-commit/pre-commit-hooks/issues/683
https://github.com/zalando/restful-api-guidelines/blob/4d7b9d0ffd2ff65bd0ad5252c367aa49beac4dae/chapters/pagination.adoc#should-use-pagination-links-where-applicable The "You should avoid providing a total count..." remark in that section can arguably be thought to apply to the whole concept of pagination instead of just the "SHOULD...
### Bug description no_self_use does not catch methods that have empty bodies (just a docstring or a `pass`) ### Configuration _No response_ ### Command used With the test cases from...
## Type of Changes | | Type | | --- | ---------------------- | | ✓ | :bug: Bug fix | | | :sparkles: New feature | | | :hammer: Refactoring...
When a switch case spans multiple lines using continuation, I think it would be good to have the begin indent for all those lines be the same, rather than increased...
Would be nice if shfmt -s would simplify bash's successive `[[ ... ]]`s, e.g. `[[ foo == bar ]] && [[ quux == baz ]]` to `[[ foo == bar...
## Enhancements and Features Before submitting an enhancement or feature request: - [x] Check that the enhancement is not already [in our issue tracker](https://github.com/issues?utf8=%E2%9C%93&q=is%3Aopen+is%3Aissue+org%3Alibrariesio), they should be labelled 'enhancement'., -...
A check for capitalization of labels would be a nice addition. It seems starting with uppercase rather than lowercase letter is more conventional, so that's what I'd like the check...
At least a subset of the pragmalike comments that are currently exempt from the "space after //" check are actually ones that must _not_ have the space or they don't...
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html > There is a single base directory relative to which user-specific > executable files may be written. > User-specific executable files may be stored in $HOME/.local/bin.