Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
8ca5add4
Commit
8ca5add4
authored
Apr 25, 2019
by
Carl Bergquist
Committed by
Torkel Ödegaard
Apr 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Build: Disables gosec until identified performance problems (#16764)
parent
25ea5fca
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/backend-lint.sh
+2
-2
No files found.
scripts/backend-lint.sh
View file @
8ca5add4
...
...
@@ -15,7 +15,7 @@ go get -u github.com/alecthomas/gometalinter
go get
-u
github.com/jgautheron/goconst/cmd/goconst
go get
-u
honnef.co/go/tools/cmd/staticcheck
go get
-u
github.com/mgechev/revive
go get
-u
github.com/securego/gosec/cmd/gosec/...
#
go get -u github.com/securego/gosec/cmd/gosec/...
go get
-u
github.com/golangci/golangci-lint/cmd/golangci-lint
# use gometalinter when lints are not available in golangci or
...
...
@@ -39,4 +39,4 @@ exit_if_fail go vet ./pkg/...
exit_if_fail revive
-formatter
stylish
-config
./scripts/revive.toml
# TODO recheck the rules and leave only necessary exclusions
exit_if_fail gosec
-quiet
-exclude
=
G104,G107,G201,G202,G204,G301,G302,G304,G402,G501,G505,G401 ./pkg/...
#
exit_if_fail gosec -quiet -exclude=G104,G107,G201,G202,G204,G301,G302,G304,G402,G501,G505,G401 ./pkg/...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment