summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Firth <locallycompact@gmail.com>2018-07-04 09:09:39 +0100
committerDaniel Firth <locallycompact@gmail.com>2018-07-04 09:50:16 +0100
commit69c977f7f822cca7fe48a918d781af2576ae9390 (patch)
tree78322a719705261e318010b30020ee91e0908c33
parentf9922f2beaabecf5ab444fc958afbd814a761237 (diff)
Turn off use camelCase and reduceDuplication for now, we'll get these later
-rw-r--r--.hlint.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.hlint.yaml b/.hlint.yaml
new file mode 100644
index 0000000..132528b
--- /dev/null
+++ b/.hlint.yaml
@@ -0,0 +1,2 @@
+- ignore: {name: Use camelCase}
+- ignore: {name: Reduce duplication}