From a1808f723081f1d7f0161a9ec0277aaf0ef0c8d5 Mon Sep 17 00:00:00 2001 From: Roberto Aloi Date: Thu, 8 Dec 2016 22:47:46 +0100 Subject: Update THANKS --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index c5f7522..63f4aaa 100644 --- a/THANKS +++ b/THANKS @@ -137,3 +137,4 @@ Stefan Grundmann Carlos Eduardo de Paula Derek Brown Heinz N. Gies +Roberto Aloi -- cgit v1.1 From deb69bc62cea1f1ef27a28f7537a37cd86805b40 Mon Sep 17 00:00:00 2001 From: Andrew McRobb Date: Tue, 24 Jan 2017 10:14:09 -0700 Subject: [GRAMMAR] Fixed typos and grammar errors for CONTRIBUTING.md. [skip ci] --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index 63f4aaa..e91d941 100644 --- a/THANKS +++ b/THANKS @@ -138,3 +138,4 @@ Carlos Eduardo de Paula Derek Brown Heinz N. Gies Roberto Aloi +Andrew McRobb -- cgit v1.1 From 9b099f41d6100f87dcb334d4acdcfbcdac2c97f1 Mon Sep 17 00:00:00 2001 From: Drew Varner Date: Mon, 30 Jan 2017 02:22:16 -0500 Subject: Allow exclusion of apps in cover Adds a new option `{cover_excl_apps, Apps}` to exclude apps from coverage analysis by name. --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index e91d941..d6e3869 100644 --- a/THANKS +++ b/THANKS @@ -139,3 +139,4 @@ Derek Brown Heinz N. Gies Roberto Aloi Andrew McRobb +Drew Varner -- cgit v1.1 From f0826929de675d04f8cb81afa0f3e7a879984446 Mon Sep 17 00:00:00 2001 From: Niklas Johansson Date: Wed, 31 Oct 2018 19:30:18 +0100 Subject: templates/gitignore ignore emacs temp files emacs creates temp files that ends with tilde (~). These temp files should never be commited. It is therefore safe to ignore them. Signed-off-by: Niklas Johansson --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index d6e3869..e4bb872 100644 --- a/THANKS +++ b/THANKS @@ -140,3 +140,4 @@ Heinz N. Gies Roberto Aloi Andrew McRobb Drew Varner +Niklas Johansson -- cgit v1.1 From 4deb6437f548a803509bce1ee87850c5501edc03 Mon Sep 17 00:00:00 2001 From: Bryan Paxton Date: Fri, 30 Nov 2018 20:06:42 -0600 Subject: Support ignoring whole modules in xref results - Added support to rebar_prv_xref for filtering out whole module. A module may now be added to the list of xref_ignores in rebar.config or via -ignore_xref() module attribute - Added unit test for whole module filtering support to xref CT suite --- THANKS | 1 + 1 file changed, 1 insertion(+) (limited to 'THANKS') diff --git a/THANKS b/THANKS index e4bb872..b9bfe3d 100644 --- a/THANKS +++ b/THANKS @@ -141,3 +141,4 @@ Roberto Aloi Andrew McRobb Drew Varner Niklas Johansson +Bryan Paxton -- cgit v1.1