-
I've created https://github.com/Kludex/only-relative-import/ (only lints for now), but it's more comfortable to have it here. Would it be possible?
This is the opposite of `only-absolute-imports`.
-
so I have a function that basically is this
```
get() {
switch(T) {
case Person:
//code
case Dog:
//code
}
}
```
which is called like `get();`
and by using the notation …
-
http://www.codingstandard.com/section/index/
> This document defines a set of rules for the production of high quality C++ code1. The guiding principles of this standard are maintenance, portabili…
-
### 🚀 The feature, motivation and pitch
https://github.com/pytorch/pytorch/pull/110830 enabled a bunch of use flake8-PYI checks to improve the quality of type hints on the PyTorch codebase. While thi…
-
Pylint, ESLint and Clippy all let you enable or disable lints via human-friendly names e.g. Pylint [lets you configure](https://pylint.pycqa.org/en/v2.11.1/faq.html#do-i-have-to-remember-all-these-num…
-
[This](https://github.com/dimforge/nalgebra/blob/48c8f6a5053fac48e305f5e5e0004a332811d092/nalgebra-macros/src/stack_impl.rs#L29) line triggers the `clippy::toplevel_ref_arg` warning for users of `stac…
dsemi updated
1 month ago
-
When using `outputs`, some lints erroneously fail because they don't see the outputs section. For an example, see bioconda/bioconda-recipes#16321. Would be nice if we could properly handle that. @bioc…
-
There are a lot of small inconsistencies across the diagnostic messages documentation that altogether make the topic's content appear disjointed. For example,
- The way lint messages are written va…
-
Can we have a ZIP binary here similar to schemacrawler with additional lints jar added to the lib folder , rather than downloading the jar and adding that to lib folder separately ?
-
I typically need this kind of tool for linting json configurations of my project. The problem is that it also lints all json files within node_modules.