Skip to content

Commit e43b89f

Browse files
authored
chore: REUSE compliance (#635)
1 parent c50052f commit e43b89f

File tree

509 files changed

+1926
-26
lines changed

Some content is hidden

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

509 files changed

+1926
-26
lines changed

.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,
@@ -12,7 +16,8 @@
1216
# {:credo, "mix credo --format oneline"},
1317

1418
{:check_formatter, command: "mix spark.formatter --check"},
15-
{:check_migrations, command: "mix test.check_migrations"}
19+
{:check_migrations, command: "mix test.check_migrations"},
20+
{:reuse, command: ["pipx", "run", "reuse", "lint", "-q"]}
1621
## custom new tools may be added (mix tasks or arbitrary commands)
1722
# {:my_mix_task, command: "mix release", env: %{"MIX_ENV" => "prod"}},
1823
# {:my_arbitrary_tool, command: "npm test", cd: "assets"},

.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
spark_locals_without_parens = [
26
all_tenants?: 1,
37
base_filter_sql: 1,

.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 & 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
name: CI
26
on:
37
push:
@@ -19,6 +23,6 @@ jobs:
1923
publish-docs: ${{ matrix.postgres-version == '16' }}
2024
release: ${{ matrix.postgres-version == '16' }}
2125
igniter-upgrade: ${{matrix.postgres-version == '16'}}
22-
26+
reuse: true
2327
secrets:
2428
hex_api_key: ${{ secrets.HEX_API_KEY }}

.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

.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

.vscode/settings.json.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

CHANGELOG.md

Lines changed: 6 additions & 0 deletions

0 commit comments

Comments
 (0)