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)
27
27
### staticcheck
28
28
It's a set of rules from staticcheck. See https://staticcheck.io/
29
29
30
- ## Changelog
31
-
32
- - 2024-06-28 - golangci-lint:1.59.1
33
-
34
- initial version
35
30
Original file line number Diff line number Diff line change @@ -96,9 +96,3 @@ report when a variable declaration can be simplified
96
96
#### var-naming
97
97
warns when initialism, variable or package naming conventions are not followed.
98
98
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
117
117
118
118
#### var-naming
119
119
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
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