File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -73,8 +73,8 @@ test: generate/zz_filesystem_generated.go ## Run core unit tests
7373
7474.PHONY : check
7575check : $(BIN_GOLANGCI_LINT ) # # Check code quality (lint)
76- $(BIN_GOLANGCI_LINT ) run --timeout 600s
77- cd test && $(BIN_GOLANGCI_LINT ) run --timeout 600s
76+ $(BIN_GOLANGCI_LINT ) run --timeout 300s
77+ cd test && $(BIN_GOLANGCI_LINT ) run --timeout 300s
7878
7979$(BIN_GOLANGCI_LINT ) :
8080 curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sh -s -- -b ./bin v2.5.0
Original file line number Diff line number Diff line change 11package main
22
33import (
4- "fmt"
54 "knative.dev/func/pkg/app"
65)
76
87func main () {
9- fmt .Println ("project is running fine" )
108 app .Main ()
119}
Original file line number Diff line number Diff line change 1+ {
2+ "credsStore" : " "
3+ }
Original file line number Diff line number Diff line change 1+ /var/example/absolute/link
Original file line number Diff line number Diff line change 1+ c://some/absolute/path
You can’t perform that action at this time.
0 commit comments