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
fd20aa7c
Commit
fd20aa7c
authored
Apr 20, 2018
by
Mario Trangoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix circleci gometalinter test
parent
6b585493
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
8 deletions
+13
-8
.circleci/config.yml
+13
-8
No files found.
.circleci/config.yml
View file @
fd20aa7c
...
...
@@ -20,18 +20,19 @@ jobs:
gometalinter
:
docker
:
-
image
:
circleci/golang:1.10
environment
:
# we need CGO because of go-sqlite3
CGO_ENABLED
:
1
working_directory
:
/go/src/github.com/grafana/grafana
steps
:
-
checkout
-
run
:
'
go
get
-u
gopkg.in/alecthomas/gometalinter.v2'
-
run
:
'
go
get
-u
github.com/opennota/check/cmd/structcheck'
-
run
:
'
go
get
-u
github.com/mdempsky/unconvert'
-
run
:
'
go
get
-u
github.com/opennota/check/cmd/varcheck'
-
run
:
name
:
install gometalinter tool
command
:
'
go
get
-u
github.com/alecthomas/gometalinter'
-
run
:
name
:
install linters
command
:
'
gometalinter
--install'
-
run
:
name
:
run some linters
command
:
'
gometalinter
--vendor
--deadline
6m
--disable-all
--enable=structcheck
--enable=unconvert
--enable=varcheck
./pkg/...'
name
:
run linters
command
:
'
gometalinter.v2
--enable-gc
--vendor
--deadline
10m
--disable-all
--enable=structcheck
--enable=unconvert
--enable=varcheck
./...'
test-frontend
:
docker
:
...
...
@@ -139,6 +140,10 @@ workflows:
filters
:
tags
:
only
:
/.*/
-
gometalinter
:
filters
:
tags
:
only
:
/.*/
-
build
:
filters
:
tags
:
...
...
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