Skip to content

Commit

Permalink
pre-commit: remove golang linting
Browse files Browse the repository at this point in the history
Signed-off-by: Maryam Tahhan <[email protected]>
  • Loading branch information
maryamtahhan authored and KeithWiles committed Jul 26, 2024
1 parent 76ecad1 commit f6e01fb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
6 changes: 0 additions & 6 deletions .golangci.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ repos:
- id: clang-format
types_or: [c++, c]
args: [-i, --style=file]
- repo: https://github.com/golangci/golangci-lint
rev: v1.59.1
hooks:
- id: golangci-lint
- repo: https://github.com/DavidAnson/markdownlint-cli2
rev: v0.9.2
hooks:
Expand All @@ -32,4 +28,4 @@ repos:
args: [--toml, cndp-codespell.precommit-toml]
additional_dependencies:
- tomli
exclude: doc/api/doxy-api-index.md|lang/rs/wireguard/patch/*
exclude: doc/api/doxy-api-index.md|lang/rs/wireguard/patch/000*.*

0 comments on commit f6e01fb

Please sign in to comment.