Explorar el Código

[Minor] Try use math.tanh if available

tags/2.0
Vsevolod Stakhov hace 5 años
padre
commit
5f76f5aead
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3
    0
      .luacheckrc

+ 3
- 0
.luacheckrc Ver fichero

@@ -52,6 +52,9 @@ files['/**/src/plugins/lua/spamassassin.lua'].globals = {
files['/**/src/plugins/lua/greylist.lua'].globals = {
'math.ifloor',
}
files['/**/src/plugins/lua/reputation.lua'].globals = {
'math.tanh',
}

files['/**/lualib/lua_util.lua'].globals = {
'table.unpack',

Cargando…
Cancelar
Guardar