From d8a39637f5ee224300c474c3b7986bfe4e88e9bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Ch=C3=A9ron?= Date: Sat, 14 Mar 2020 07:39:06 +0100 Subject: [PATCH] Ignore hint "Use camelCase" globally --- .hlint.yaml | 1 + 1 file changed, 1 insertion(+) create mode 100644 .hlint.yaml diff --git a/.hlint.yaml b/.hlint.yaml new file mode 100644 index 0000000..343a26c --- /dev/null +++ b/.hlint.yaml @@ -0,0 +1 @@ +- ignore: { name: Use camelCase }