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 477edbb commit ec61e46
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 17 deletions.
4 changes: 4 additions & 0 deletions .markdownlint.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---

# Default state for all rules
default: true
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
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

<!-- markdownlint-disable MD022 MD032 -->
<!-- markdownlint-enable siblings_only -->

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]
### Added
- initial version
- LICENSE

0 comments on commit ec61e46

Please sign in to comment.