Skip to content

Commit

Permalink
renamed run.skip-files to issues.exclude-dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Danil42Russia committed Jul 27, 2024
1 parent de22721 commit 8a23734
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
run:
timeout: 3m
skip-files:
- php/parser/scanner/scanner.go
- php/parser/scanner/lexer_tokens.go
- php/parser/scanner/lexer.go
- php/parser/printer/printer.go
- php/parser/printer/pretty_printer.go

linters:
enable:
Expand Down Expand Up @@ -44,3 +38,9 @@ issues:
- path: cmd/stubs/phpstorm_stubs.go
linters:
- gofmt
exclude-dirs:
- php/parser/scanner/scanner.go
- php/parser/scanner/lexer_tokens.go
- php/parser/scanner/lexer.go
- php/parser/printer/printer.go
- php/parser/printer/pretty_printer.go

0 comments on commit 8a23734

Please sign in to comment.