| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
commit_hash:c180c2db4897962cb70063ffdc2ddcd21e5e3418
|
| |
|
|
| |
commit_hash:362a2d7f5bad4151c0890ab29f0804471bd1bab4
|
| |
|
|
| |
commit_hash:4939dfad654f18bb31e40711ee0c39063889f17b
|
| |
|
|
| |
commit_hash:2c0e0389bf5eca0c8334d55143674a8acf94a88d
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The check `modernize-use-override` is useful as it:
1. Removes redundant `override` when it is used with a `final`.
2. Removes redundant `virtual` or replace it with a `override`.
So it is more clean for a reader, that overriding happens.
It is enabled not out of order, as it is just an alias to
`cppcoreguidelines-explicit-virtual-functions`.
I also decided to switch a strategy of enabling checks. Now
I will enable only a single rule with a single PR and prefer
rules with a non-breaking autofix.
In the new year with new linter checks! 🎄
commit_hash:e6e233baa90b31e5f65e11837546690c47f71ab5
|
| |
|
|
| |
commit_hash:a6b640bc576263b62884a0b4187ba79c893e13d9
|
| |
|
|
|
| |
init
commit_hash:2a30a1b920f341e1f9250df382dd951604a0894f
|
| |
|
|
|
| |
init
commit_hash:f9684778bf1ea956965f2360b80b91edb7d4ffbe
|
| |
|
|
| |
commit_hash:1a11133ec66e71b6c798178453a5ab43cdc6761c
|
| |
|
|
| |
commit_hash:631fd9ed259a7c95a618e1265f61df28a87ce922
|
| |
|
|
| |
commit_hash:e2da3ad430fabaa84a74178b1f2103b09ac69ae7
|
|
|
Except the following directories:
* clickhouse/client
* datetime
* knn
* roaring
commit_hash:c7da95636144d28db109d6b17ddc762e9bacb59f
|