summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2019-06-02 13:52:47 -0400
committerFred Hebert <mononcqc@ferd.ca>2019-06-02 13:52:47 -0400
commit5c89f25d1083aebd366c3dd9841e9e0616c4b617 (patch)
tree435e13d5c7107a1f8a22fffdcdb93f9cfcb6e9fb /test
parent2a38e6bdae6f93d746921cf45e624fc9a8c48d8c (diff)
Only lint app files when compiling
This allows to reduce the number of noise to only checking deps' app files when they're built, rather than on every run. Since main apps and checkouts are still compiled every time, the linting takes place there and then with a higher frequency.
Diffstat (limited to 'test')
-rw-r--r--test/rebar_compile_SUITE.erl1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/rebar_compile_SUITE.erl b/test/rebar_compile_SUITE.erl
index 8389ebc..3052367 100644
--- a/test/rebar_compile_SUITE.erl
+++ b/test/rebar_compile_SUITE.erl
@@ -41,7 +41,6 @@ all() ->
dont_recompile_when_erl_compiler_options_env_does_not_change,
recompile_when_erl_compiler_options_env_changes,
rebar_config_os_var,
-
app_file_linting].
groups() ->