Skip to content

Commit

Permalink
chore: disable mandatory period comments (#1079)
Browse files Browse the repository at this point in the history
<!-- markdownlint-disable MD041 -->
#### What this PR does / why we need it

I doubt that we need mandatory dots on every single godoc comment.

#### Which issue(s) this PR fixes
<!--
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
-->
  • Loading branch information
jakobmoellerdev authored Nov 14, 2024
1 parent b387386 commit 5447b0c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/config/golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,9 @@ linters:
# Disabled because of deprecation
- execinquery

# Seriously, who wants every comment to end in a period???
- godot

linters-settings:
gci:
sections:
Expand Down

0 comments on commit 5447b0c

Please sign in to comment.