diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 961042f..300290f 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -40,5 +40,4 @@ jobs: #threshold-file: 80 #threshold-package: 80 threshold-total: 80 - exclude-paths: - - ^examples \ No newline at end of file + exclude-paths: ^examples/ \ No newline at end of file