tarantool / checkpatch

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

ERROR:CODE_INDENT: bad code indent, should be 7 tabs #60

Closed Gumix closed 1 year ago

Gumix commented 1 year ago

https://github.com/tarantool/tarantool/actions/runs/5214664205/jobs/9411232139?pr=8618#step:4:107

ERROR:CODE_INDENT: bad code indent, should be 7 tabs
#156: FILE: src/box/sql/insert.c:574:
                        tuple_format_field(
                            space->format, i);

But line 574 starts with exactly 7 tabs.