From 632bff8f7f54763248335eb1b37ca0c30b838927 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Sun, 8 Sep 2019 14:27:26 +0200 Subject: [PATCH] disable native_function_invocation --- .styleci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.styleci.yml b/.styleci.yml index 50c26217..20c5bd0b 100644 --- a/.styleci.yml +++ b/.styleci.yml @@ -4,3 +4,4 @@ enabled: disabled: - concat_without_spaces - ternary_operator_spaces +- native_function_invocation