From b5eb7d581ab187c6b41d06844ac120ec4c80f746 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf <8999358+adriankumpf@users.noreply.github.com> Date: Sat, 20 Mar 2021 12:31:03 +0100 Subject: [PATCH] Re-enable verification by default --- lib/arb.ex | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/lib/arb.ex b/lib/arb.ex index b331421..52f7f28 100644 --- a/lib/arb.ex +++ b/lib/arb.ex @@ -9,18 +9,13 @@ defmodule Arb do @port_definition [ type: :non_neg_integer, - doc: """ - The USB port to be used. Only necessary if multiple relay boards are connected. - """, - required: false + doc: "The USB port to be used. Only necessary if multiple relay boards are connected." ] @verify_definition [ type: :boolean, - doc: """ - Configures whether the activation should be verified. - """, - default: false + doc: "Configures whether the activation should be verified.", + default: true ] @typedoc """