-
1. Checkout https://github.com/apple/swift-protobuf @ c9fbc332ed293c64ff70af8d82367ca530dce11c
2. Run
```shell
swift format lint \
Sources/SwiftProtobuf/Message.swift \
Te…
-
Removing a `pub` field from a `union` type is clearly a major breaking change. But how about _adding_ a new field? I chatted with @joshlf about this, and the current plan is like this:
Any public A…
-
# Description:
We need to set up a Continuous Integration (CI) pipeline for our project to ensure code quality and consistency. The CI pipeline should run linting checks automatically and fix any iss…
-
## Summary
Many authors attempt to bypass `markdown-rel-links` by putting their URL in backticks:
```markdown
Check out `https://google.com`.
```
We should add a lint to make sure that all …
-
See https://github.com/bevyengine/bevy/issues/15866 for more context! While `Single` is currently unstable, it would be nice to add a note when `query.single()` or `query.single_mut()` is used.
BD103 updated
1 month ago
-
## Preamble
There is a substantial body of literature showing that deeply nested code increases complexity and is difficult to understand. This code can almost always be redesigned to be simpler (f…
-
There was a redundant `err` check which was removed with this PR https://github.com/ava-labs/hypersdk/pull/1063
Meaning that it was not caught by CI, we must activate this lint if not done or check l…
-
### What version of `million` are you using?
1.0.0-rc.76
### Are you using an SSR adapter? If so, which one?
None
### What package manager are you using?
pnpm
### What operating system are you u…
Yonom updated
1 month ago
-
Thanks for this cool package.
At moment I am getting:
Because flutter_lints >=5.0.0 depends on lints ^5.0.0 and sizer 3.0.4 depends on lints ^4.0.0, flutter_lints >=5.0.0 is incompatible with sizer …
-
## Why?
Since the project is now correctly formatted, I don't see any blockers by keeping the `lint` command on the `pre-push` git hook;
So maybe we can just remove the pre-push git hook, or we ca…