From 647569d4bd5720a07d1c2f700c8033240d01d6c1 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Tue, 22 Jul 2014 15:26:16 -0300 Subject: [PATCH 1/2] Dummy change. --- src/elvis.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/elvis.erl b/src/elvis.erl index c3b8c14..3ccf818 100644 --- a/src/elvis.erl +++ b/src/elvis.erl @@ -109,7 +109,7 @@ option_spec_list() -> [ {help, $h, "help", undefined, "Show this help information."}, {config, $c, "config", string, Commands}, - {commands, undefined, "commands", undefined, "Show available commands."} + {commands, undefined, "commands", undefined, "Show available commands."} %% Long Line ]. -spec process_options([atom()], [string()]) -> ok. From 0c3a73dc40054f451200ecc83e285017041fb335 Mon Sep 17 00:00:00 2001 From: Juan Facorro Date: Tue, 22 Jul 2014 17:13:50 -0300 Subject: [PATCH 2/2] Check patches when changes are wide apart --- src/elvis.erl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/elvis.erl b/src/elvis.erl index 3ccf818..5bf572c 100644 --- a/src/elvis.erl +++ b/src/elvis.erl @@ -175,3 +175,5 @@ git-hook Pre-commit Git Hook: Gets all staged files and runs the rules files. ">>, io:put_chars(Commands). + +%% Another dummy change to check how patches are built with changes wide apart.