Current section
18 Versions
Jump to
Current section
18 Versions
Compare versions
4
files changed
+5
additions
-14
deletions
| @@ -1,6 +1,6 @@ | |
| 1 1 | MIT License |
| 2 2 | |
| 3 | - Copyright (c) 2016-2021 Michael Truog <mjtruog at protonmail dot com> |
| 3 | + Copyright (c) 2016-2022 Michael Truog <mjtruog at protonmail dot com> |
| 4 4 | |
| 5 5 | Permission is hereby granted, free of charge, to any person obtaining a |
| 6 6 | copy of this software and associated documentation files (the "Software"), |
| @@ -12,4 +12,4 @@ | |
| 12 12 | {<<"links">>,[{<<"GitHub">>,<<"https://github.com/okeuday/syslog_socket">>}]}. |
| 13 13 | {<<"name">>,<<"syslog_socket">>}. |
| 14 14 | {<<"requirements">>,[]}. |
| 15 | - {<<"version">>,<<"2.0.4">>}. |
| 15 | + {<<"version">>,<<"2.0.5">>}. |
| @@ -5,21 +5,12 @@ | |
| 5 5 | [warnings_as_errors, |
| 6 6 | {platform_define, "^19\.", 'ERLANG_OTP_VERSION_19'}, |
| 7 7 | {platform_define, "^20\.", 'ERLANG_OTP_VERSION_20'}, |
| 8 | - strict_validation, |
| 9 | - warn_bif_clash, |
| 10 | - warn_deprecated_function, |
| 11 | - warn_export_all, |
| 12 8 | warn_export_vars, |
| 13 | - warn_exported_vars, |
| 14 | - warn_obsolete_guard, |
| 15 | - warn_shadow_vars, |
| 16 9 | warn_unused_import, |
| 17 | - warn_unused_function, |
| 18 | - warn_unused_record, |
| 19 | - warn_unused_vars]}. |
| 10 | + %warn_missing_spec, |
| 11 | + warnings_as_errors]}. |
| 20 12 | {edoc_opts, [{preprocess, true}]}. |
| 21 13 | {clean_files, ["test/*.beam"]}. |
| 22 | - {xref_checks, [undefined_function_calls]}. |
| 23 14 | {cover_enabled, true}. |
| 24 15 | {cover_print_enabled, true}. |
| 25 16 | {cover_export_enabled, true}. |
| @@ -3,7 +3,7 @@ | |
| 3 3 | |
| 4 4 | {application, syslog_socket, |
| 5 5 | [{description, "syslog Client Interface"}, |
| 6 | - {vsn, "2.0.4"}, |
| 6 | + {vsn, "2.0.5"}, |
| 7 7 | {modules, [syslog_socket]}, |
| 8 8 | {registered, []}, |
| 9 9 | {applications, [stdlib, kernel]}]}. |