Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from atc0005/i28-linting-disable-default-exclu…
Browse files Browse the repository at this point in the history
…sions

golangci-lint | Disable default exclusions in cfg
  • Loading branch information
atc0005 authored Jul 23, 2020
2 parents f2ee288 + 39917d7 commit df54437
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
# See the License for the specific language governing permissions and
# limitations under the License.

issues:
# equivalent CLI flag: --exclude-use-default
#
# see:
# atc0005/brick#92
# atc0005/go-ezproxy#28
# golangci-lint/golangci-lint#1249
# golangci-lint/golangci-lint#413
exclude-use-default: false

linters:
enable:
- depguard
Expand Down

0 comments on commit df54437

Please sign in to comment.