Skip to content

Commit ec61e46

Browse files
committed
add: a global CHANGELOG
1 parent 477edbb commit ec61e46

File tree

5 files changed

+18
-17
lines changed

5 files changed

+18
-17
lines changed

.markdownlint.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
3+
# Default state for all rules
4+
default: true

01-defaults/README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,4 @@ Source: [@ccoVeille](https://github.com/ccoVeille/golangci-lint-config-examples)
2727
### staticcheck
2828
It's a set of rules from staticcheck. See https://staticcheck.io/
2929

30-
## Changelog
31-
32-
- 2024-06-28 - golangci-lint:1.59.1
33-
34-
initial version
3530

02-basic/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,3 @@ report when a variable declaration can be simplified
9696
#### var-naming
9797
warns when initialism, variable or package naming conventions are not followed.
9898

99-
100-
## Changelog
101-
102-
- 2024-06-28 - golangci-lint:1.59.1
103-
104-
initial version

03-safe/README.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,3 @@ report when a variable declaration can be simplified
117117

118118
#### var-naming
119119
warns when initialism, variable or package naming conventions are not followed.
120-
121-
## Changelog
122-
123-
- 2024-06-28 - golangci-lint:1.59.1
124-
125-
initial version

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
<!-- markdownlint-disable MD022 MD032 -->
4+
<!-- markdownlint-enable siblings_only -->
5+
6+
All notable changes to this project will be documented in this file.
7+
8+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
9+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
10+
11+
## [Unreleased]
12+
### Added
13+
- initial version
14+
- LICENSE

0 commit comments

Comments
 (0)