-
Often PRs are blocked because the commit-lint action fails - e.g. https://github.com/rhobs/observability-operator/pull/304 fails
because of commit-lint https://github.com/rhobs/observability-operator…
-
### これに関する既存の Issue はありますか?
- [X] 既存の Issue はありませんでした
### 背景
analyzer 6.5の改善で解析が高速化するらしい
ただし親にanalysis_options.yamlがある場合らしいので、ルートへの追加が必要そう
https://x.com/remi_rousselet/status/180072131032853712…
K9i-0 updated
4 months ago
-
# ARTIQ Feature Request
## Problem this request addresses
Several minor issues/suggestions on `flake.nix` and `.gitignore`
- [ ] add `result` produced by `nix` to `.gitignore`, and refactor `.git…
-
### Summary
`unfulfilled_lint_expectations` seems to trigger for `enum_glob_use` when either `--all-targets` or `--tests` is used. Yet other lints, like `unreadable_literal` don't behave that way.
…
-
### Summary
If `cargo marker` is supplied with a `--fix` flag, then it should invoke [`cargo fix`](https://doc.rust-lang.org/cargo/commands/cargo-fix.html) to automatically apply the suggestions.
…
-
http://dart-lang.github.io/linter/lints/cascade_invocations.html
-
as encountered in https://github.com/mandiant/capa/issues/2359
mr-tz updated
2 months ago
-
Hey!
I'm the author of [`eipw`](https://github.com/ethereum/eipw), the tool we use to check EIPs for consistency in pull requests. `eipw` is a markdown lint tool, and is **not** the bot that handle…
-
iOS/macOS development has a common pattern where an SDK introduces a new preferred API and deprecates the old API at the same time. In the old days this was a pretty painful experience for developers,…
-
command:
```bash
python -m flake8 --select=ANN --ignore=ANN101,ANN102,ANN002,ANN003,ANN202 \
--mypy-init-return --suppress-none-returning ./text-recognizer ./training
```
currently 228 lints