-
It is possible to move most settings from separate files, such as setup.py, setup.cfg, MANIFEST.in, and other configuration files, inside pyproject.toml. Below is an example that combines these files …
-
This topic was raised by me on Oct 9, 2024 Peer Pods Interlock meeting: all CI jobs for pull requests are currently non-required. I suggested to make some of them required, so to avoid situation where…
-
Dear module owner,
As per the module ownership requirements and responsibilities at the time of [assignment](https://github.com/Azure/Azure-Verified-Modules/issues/1505), the AVM Team is opening thi…
-
Since R 3.4.0 `utils::hasName()` was added as a convient way of testing the existence of a name i.e. the pattern `"name" %in% names(x)` or for checking the `!is.null(x$abc)` pattern without partial ma…
-
Consider the [attached GitHub Actions workflow definition](https://github.com/user-attachments/files/17739777/ci.zip).
If shellcheck is not installed on the developer's computer, the actionlint pre…
-
### Is there an existing issue for this?
- [X] #6362
### Current Behavior
[PHPStan has just been released](https://phpstan.org/blog/phpstan-2-0-released-level-10-elephpants) and it caused error on …
-
### What is the problem this feature would solve?
instead of installing eslint or prettier (or even rome) used for linting and formatting purposes why not implement it
### What is the feature you ar…
-
`bevy_lint` cannot be published to because it has a dependency on `clippy_utils`, which is only in a Git repository.
https://github.com/TheBevyFlock/bevy_cli/blob/a8192becca6f86a297e8e9ed12fc1517a…
BD103 updated
2 weeks ago
-
Thanks for the awesome tool.
How possible to add a command option to fix lint issues automatically?
e.g `--fix`.
-
### Code
```rust
static mut S: i32 = 0;
fn main() {
unsafe {
assert!(S == 0);
assert_eq!(S, 0);
}
}
```
### Current output
```
warning: creating a shared reference to mutab…