tarantool / checkpatch

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

Improve LONG_LINE and SPACING errors for array initializers #69

Closed Gumix closed 8 months ago

Gumix commented 8 months ago

Ignore the errors for array initializers that contain numbers, e.g.:

  static bool my_array[] = {
  /* 01  02  03 */