Skip to content

Commit 0cd6c32

Browse files
authored
chore: REUSE compliance (#341)
1 parent 4aec6d3 commit 0cd6c32

130 files changed

Lines changed: 555 additions & 31 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.check.exs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
[
26
## all available options with default values (see `mix check` docs for description)
37
# parallel: true,
@@ -11,7 +15,8 @@
1115
## ...or adjusted (e.g. use one-line formatter for more compact credo output)
1216
# {:credo, "mix credo --format oneline"},
1317

14-
{:doctor, false}
18+
{:doctor, false},
19+
{:reuse, command: ["pipx", "run", "reuse", "lint", "-q"]}
1520

1621
## custom new tools may be added (mix tasks or arbitrary commands)
1722
# {:my_mix_task, command: "mix release", env: %{"MIX_ENV" => "prod"}},

.credo.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# This file contains the configuration for Credo and you are probably reading
26
# this after creating it with `mix credo.gen.config`.
37
#

.formatter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
[
26
inputs: ["{mix,.formatter,.igniter}.exs", "{config,lib,test,installer}/**/*.{ex,exs}"]
37
]

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
---
26
updates:
37
- directory: /

.github/workflows/elixir.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: CI
26
on:
37
push:
@@ -29,5 +33,6 @@ jobs:
2933
igniter-upgrade: false
3034
publish-docs: ${{ matrix.primary }}
3135
release: ${{ matrix.primary }}
36+
reuse: true
3237
secrets:
3338
HEX_API_KEY: ${{ secrets.HEX_API_KEY }}

.github/workflows/test-projects.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
name: Test Projects
26
on:
37
push:

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# The directory Mix will write compiled artifacts to.
26
/_build/
37

.igniter.exs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# SPDX-FileCopyrightText: 2020 Zach Daniel
2+
#
3+
# SPDX-License-Identifier: MIT
4+
15
# This is a configuration file for igniter.
26
# For option documentation, see hexdocs.pm/igniter/Igniter.Project.IgniterConfig.html
37
# To keep it up to date, use `mix igniter.setup`

.tool-versions

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
erlang 27.1.2
22
elixir 1.18.4-otp-27
3+
pipx 1.8.0

.tool-versions.license

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SPDX-FileCopyrightText: 2020 Zach Daniel
2+
3+
SPDX-License-Identifier: MIT

0 commit comments

Comments
 (0)