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

Commit

Permalink
golangci-lint | Disable default exclusions in cfg
Browse files Browse the repository at this point in the history
Add explicit config settings to disable default exclusions

refs GH-28
  • Loading branch information
atc0005 committed Jul 23, 2020
1 parent afd98df commit 67bd8f6
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 67bd8f6

Please sign in to comment.