Skip to content

Commit

Permalink
add: a global CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ccoVeille committed Jun 29, 2024
1 parent e0e6141 commit 8994180
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 17 deletions.
5 changes: 0 additions & 5 deletions 01-defaults/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,4 @@ Source: [@ccoVeille](https://github.com/ccoVeille/golangci-lint-config-examples)
### staticcheck
It's a set of rules from staticcheck. See https://staticcheck.io/

## Changelog

- 2024-06-28 - golangci-lint:1.59.1

initial version

6 changes: 0 additions & 6 deletions 02-basic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,3 @@ report when a variable declaration can be simplified
#### var-naming
warns when initialism, variable or package naming conventions are not followed.


## Changelog

- 2024-06-28 - golangci-lint:1.59.1

initial version
6 changes: 0 additions & 6 deletions 03-safe/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,3 @@ report when a variable declaration can be simplified

#### var-naming
warns when initialism, variable or package naming conventions are not followed.

## Changelog

- 2024-06-28 - golangci-lint:1.59.1

initial version
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# Changelog

Check failure on line 1 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / ci-lint

Headings should be surrounded by blank lines

CHANGELOG.md:1 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# Changelog"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

Check failure on line 7 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / ci-lint

Headings should be surrounded by blank lines

CHANGELOG.md:7 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "## [Unreleased]"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
### Added

Check failure on line 8 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / ci-lint

Headings should be surrounded by blank lines

CHANGELOG.md:8 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Above] [Context: "### Added"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md

Check failure on line 8 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / ci-lint

Headings should be surrounded by blank lines

CHANGELOG.md:8 MD022/blanks-around-headings Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### Added"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md022.md
- initial version

Check failure on line 9 in CHANGELOG.md

View workflow job for this annotation

GitHub Actions / ci-lint

Lists should be surrounded by blank lines

CHANGELOG.md:9 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- initial version"] https://github.com/DavidAnson/markdownlint/blob/v0.34.0/doc/md032.md
- LICENSE

0 comments on commit 8994180

Please sign in to comment.