tarantool / checkpatch

Checkpatch for Tarantool
GNU General Public License v2.0
2 stars 2 forks source link

Consider ignoring `UNCOMMENTED_DEFINITION` in `src/box/alter.h` #54

Closed sergepetrenko closed 1 year ago

sergepetrenko commented 1 year ago

Example: https://github.com/tarantool/tarantool/actions/runs/4637078405/jobs/8205604251?pr=8545#step:4:104

alter.h contains a bunch of on_replace (and now before_replace) trigger definitions for system spaces with pretty self-explanatory names. A comment, even if added, would simply repeat the trigger name wording, which seems pointless.