From 5f79654684f88c07a60c3fc2dc2b8277b8c26427 Mon Sep 17 00:00:00 2001 From: Dan Barber Date: Tue, 9 Apr 2024 17:11:10 -0500 Subject: [PATCH] Add Hound config --- .hound.yml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .hound.yml diff --git a/.hound.yml b/.hound.yml new file mode 100644 index 0000000..c47bbe0 --- /dev/null +++ b/.hound.yml @@ -0,0 +1,2 @@ +rubocop: + version: 1.22.1