Skip to content

Commit 477edbb

Browse files
committed
fix: license information are clearer
1 parent a695f86 commit 477edbb

File tree

8 files changed

+22
-17
lines changed

8 files changed

+22
-17
lines changed

00-empty/.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
# golangci-lint configuration file made by @ccoVeille
3-
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/00-empty
3+
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/
4+
# Author: @ccoVeille
45
# License: MIT
6+
# Variant: 01-defaults
7+
# Version: v1.0.0
58
#
69
# empty file to force using the default settings
710
# otherwise golangci-lint looks for .golangci.yaml files

00-empty/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ See [.golangci.yml](.golangci.yml)
1010

1111
License: MIT
1212

13-
golangci-lint configuration file made by @ccoVeille
14-
Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/00-empty
13+
Source: [@ccoVeille](https://github.com/ccoVeille/golangci-lint-config-examples)
14+

01-defaults/.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
# golangci-lint configuration file made by @ccoVeille
3-
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/01-defaults
3+
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/
4+
# Author: @ccoVeille
45
# License: MIT
6+
# Variant: 01-defaults
7+
# Version: v1.0.0
58
#
69
linters:
710
# some linters are enabled by default

01-defaults/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ See [.golangci.yml](.golangci.yml)
88

99
License: MIT
1010

11-
golangci-lint configuration file made by @ccoVeille
12-
Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/01-defaults
11+
Source: [@ccoVeille](https://github.com/ccoVeille/golangci-lint-config-examples)
1312

1413
## Enabled linters
1514

02-basic/.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
# golangci-lint configuration file made by @ccoVeille
3-
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/02-basic
3+
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/
4+
# Author: @ccoVeille
45
# License: MIT
6+
# Variant: 02-basic
7+
# Version: v1.0.0
58
#
69
linters:
710
# some linters are enabled by default

03-safe/.golangci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
---
22
# golangci-lint configuration file made by @ccoVeille
3-
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/03-safe
3+
# Source: https://github.com/ccoVeille/golangci-lint-config-examples/
4+
# Author: @ccoVeille
45
# License: MIT
6+
# Variant: 03-safe
7+
# Version: v1.0.0
58
#
69
linters:
710
# some linters are enabled by default

03-safe/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ It's [02-basic](../02-basic) plus :
1414

1515
License: MIT
1616

17-
golangci-lint configuration file made by @ccoVeille
18-
Source: https://github.com/ccoVeille/golangci-lint-config-examples/tree/main/03-safe
17+
Source: [@ccoVeille](https://github.com/ccoVeille/golangci-lint-config-examples)
1918

2019
## Enabled linters
2120

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ Each variant adds rules to the earlier one.
1717

1818
License: MIT
1919

20-
golangci-lint configuration file made by @ccoVeille
21-
Source: https://github.com/ccoVeille/golangci-lint-config-examples
20+
Author: [@ccoVeille](https://github.com/ccoVeille)
2221

23-
## Changelog
24-
25-
- 2024-06-28 - golangci-lint:1.59.1
26-
27-
initial version
22+
Source: [ccoVeille/golangci-lint-config-examples](https://github.com/ccoVeille/golangci-lint-config-examples)

0 commit comments

Comments
 (0)