tarantool / checkpatch

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

Unjustified prohibition of symbolic permission usage #40

Closed CuriousGeorgiy closed 2 years ago

CuriousGeorgiy commented 2 years ago
ERROR:SYMBOLIC_PERMS: Symbolic permissions 'S_IRWXU' are not preferred. Consider using octal permissions '0700'.
#164: FILE: src/lua/fio.c:786:
+   luaL_tablepush("S_IRWXU", lua_pushinteger, S_IRWXU);