Skip to content

Commit

Permalink
Merge pull request #131 from lpgauth/upkeep/cleanup
Browse files Browse the repository at this point in the history
Cleanup
  • Loading branch information
lpgauth authored Aug 1, 2023
2 parents 9642068 + 077992e commit e21bc53
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 26 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2015-2020 Louis-Philippe Gauthier
Copyright (c) 2015-2023 Louis-Philippe Gauthier

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
6 changes: 1 addition & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ dialyzer:
@echo "Running rebar3 dialyze..."
@$(REBAR3) dialyzer

edoc:
@echo "Running rebar3 edoc..."
@$(REBAR3) as edoc edoc

eunit:
@echo "Running rebar3 eunit..."
@$(REBAR3) do eunit -cv, cover -v
Expand All @@ -44,4 +40,4 @@ xref:
@echo "Running rebar3 xref..."
@$(REBAR3) xref

.PHONY: bench clean compile dialyzer edoc eunit profile xref
.PHONY: bench clean compile dialyzer eunit profile xref
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ make profile
```license
The MIT License (MIT)
Copyright (c) 2015-2020 Louis-Philippe Gauthier
Copyright (c) 2015-2023 Louis-Philippe Gauthier
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
7 changes: 1 addition & 6 deletions rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@

{dialyzer, [{plt_extra_apps, [public_key]}]}.

{edoc_opts, [
{includes, ["include"]},
{preprocess, true}
]}.

{ex_doc, [
{api_reference, false},
{extras, ["README.md"]},
Expand All @@ -37,7 +32,7 @@
{plugins, [rebar3_hex, rebar3_ex_doc]}.

{hex, [
{doc, #{provider => ex_doc}}
{doc, #{provider => ex_doc}}
]}.

{profiles, [
Expand Down
13 changes: 0 additions & 13 deletions rebar.config.script

This file was deleted.

0 comments on commit e21bc53

Please sign in to comment.