Sha256: 48fec880b389387f6a0745f58659a6d11687af232807a144885194cada37d36e
Contents?: true
Size: 1.41 KB
Versions: 16
Compression:
Stored size: 1.41 KB
Contents
run: skip-files: - encode_optype.go - ".*_test\\.go$" linters-settings: govet: enable-all: true disable: - shadow linters: enable-all: true disable: - dogsled - dupl - exhaustive - exhaustivestruct - errorlint - forbidigo - funlen - gci - gochecknoglobals - gochecknoinits - gocognit - gocritic - gocyclo - godot - godox - goerr113 - gofumpt - gomnd - gosec - ifshort - lll - makezero - nakedret - nestif - nlreturn - paralleltest - testpackage - thelper - wrapcheck - interfacer - lll - nakedret - nestif - nlreturn - testpackage - wsl - varnamelen - nilnil - ireturn - govet - forcetypeassert - cyclop - containedctx - revive issues: exclude-rules: # not needed - path: /*.go text: "ST1003: should not use underscores in package names" linters: - stylecheck - path: /*.go text: "don't use an underscore in package name" linters: - golint - path: rtype.go linters: - golint - stylecheck - path: error.go linters: - staticcheck # Maximum issues count per one linter. Set to 0 to disable. Default is 50. max-issues-per-linter: 0 # Maximum count of issues with the same text. Set to 0 to disable. Default is 3. max-same-issues: 0
Version data entries
16 entries across 16 versions & 1 rubygems