Skip to content
This repository was archived by the owner on Aug 12, 2025. It is now read-only.

Commit 3921658

Browse files
authored
Merge pull request #542 from cprivitere/fixlintsforreal
🐛 Fix linting errors and revert golangci change
2 parents a48d4e2 + d4887fe commit 3921658

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

.golangci.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ linters:
3939
- wsl
4040

4141
linters-settings:
42-
godot:
43-
# declarations - for top level declaration comments (default);
44-
# toplevel - for top level comments;
45-
# all - for all comments.
46-
scope: toplevel
47-
exclude:
48-
- '^ \+.*'
49-
- '^ ANCHOR.*'
5042
importas:
5143
# Do not allow unaliased imports of aliased packages.
5244
# Default: false

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1313
See the License for the specific language governing permissions and
1414
limitations under the License.
1515
*/
16+
1617
package main
1718

1819
import (

0 commit comments

Comments
 (0)