Skip to content

Commit

Permalink
chore: mark godot as TODO for now
Browse files Browse the repository at this point in the history
  • Loading branch information
dsonck92 committed Jul 9, 2024
1 parent f6810e9 commit 805def7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion api/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ linters:
- nestif
- lll
- gosec
- godot
- godot # TODO: enable when documentation is updated
- gocritic
- gocognit
- funlen
Expand Down
2 changes: 1 addition & 1 deletion conversion/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ linters:
- nestif
- lll
- gosec
- godot
- godot # TODO: enable when documentation is updated
- gocritic
- gocognit
- funlen
Expand Down
2 changes: 1 addition & 1 deletion mosaic/.golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ linters:
- prealloc
- lll
- gosec
- godot
- godot # TODO: enable when documentation is updated
- gocritic
- funlen
- gocognit
Expand Down

0 comments on commit 805def7

Please sign in to comment.