Skip to content

Commit cd90b6e

Browse files
authored
chore: REUSE compliance (#374)
1 parent dd5828d commit cd90b6e

File tree

224 files changed

+940
-27
lines changed

Some content is hidden

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

224 files changed

+940
-27
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-
{:doctor, false}
19+
{:doctor, false},
20+
{:reuse, command: ["pipx", "run", "reuse", "lint", "-q"]}
1621

1722
## custom new tools may be added (mix tasks or arbitrary commands)
1823
# {: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
spark_locals_without_parens = [
26
action: 2,
37
action: 3,

.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: 6 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:
@@ -10,5 +14,7 @@ on:
1014
jobs:
1115
ash-ci:
1216
uses: ash-project/ash/.github/workflows/ash-ci.yml@main
17+
with:
18+
reuse: true
1319
secrets:
1420
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.0.1
22
elixir 1.18.4
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

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
<!--
2+
SPDX-FileCopyrightText: 2020 Zach Daniel
3+
4+
SPDX-License-Identifier: MIT
5+
-->
6+
17
# Change Log
28

39
All notable changes to this project will be documented in this file.
@@ -268,7 +274,7 @@ See [Conventional Commits](Https://conventionalcommits.org) for commit guideline
268274

269275
* Type and Query complexity callbacks (#273)
270276

271-
* Type and Query complexity callbacks
277+
* Type and Query complexity callbacks
272278

273279
### Bug Fixes:
274280

LICENSE

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)