|
2 | 2 | %%% -*- coding: utf-8 -*-
|
3 | 3 | %%% -*- erlang-indent-level: 2 -*-
|
4 | 4 | %%% -------------------------------------------------------------------
|
5 |
| -%%% Copyright 2010-2019 Manolis Papadakis <[email protected]>, |
| 5 | +%%% Copyright 2010-2020 Manolis Papadakis <[email protected]>, |
6 | 6 | %%% Eirini Arvaniti <[email protected]>
|
7 | 7 | %%% and Kostis Sagonas <[email protected]>
|
8 | 8 | %%%
|
|
21 | 21 | %%% You should have received a copy of the GNU General Public License
|
22 | 22 | %%% along with PropEr. If not, see <http://www.gnu.org/licenses/>.
|
23 | 23 |
|
24 |
| -%%% Author: Manolis Papadakis |
25 |
| -%%% Description: Options for rebar |
| 24 | +%%% Author(s): Manolis Papadakis, Kostis Sagonas |
| 25 | +%%% Description: Options for rebar/rebar3 |
26 | 26 |
|
27 | 27 | %% WARNING: Our version of rebar does NOT automatically report warnings,
|
28 | 28 | %% nor does it add erl_opts to eunit_compile_opts.
|
|
38 | 38 | report_warnings, {warn_format,1}, warn_export_vars,
|
39 | 39 | warn_obsolete_guard, warn_unused_import,
|
40 | 40 | warn_missing_spec, warn_untyped_record,
|
41 |
| - {platform_define, "^2", 'AT_LEAST_20'}, |
42 |
| - {platform_define, "^2[1-9]", 'AT_LEAST_21'}]}. |
| 41 | + {platform_define, "^2", 'AT_LEAST_20'}]}. |
43 | 42 |
|
44 | 43 | {post_hooks, [{clean, "./scripts/clean_doc.sh"}]}.
|
45 | 44 |
|
|
0 commit comments