File tree Expand file tree Collapse file tree 5 files changed +18
-17
lines changed Expand file tree Collapse file tree 5 files changed +18
-17
lines changed Original file line number Diff line number Diff line change 1+ ---
2+
3+ # Default state for all rules
4+ default : true
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -96,9 +96,3 @@ report when a variable declaration can be simplified
9696#### var-naming
9797warns 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
Original file line number Diff line number Diff line change @@ -117,9 +117,3 @@ report when a variable declaration can be simplified
117117
118118#### var-naming
119119warns 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments