File tree Expand file tree Collapse file tree 7 files changed +30
-16
lines changed Expand file tree Collapse file tree 7 files changed +30
-16
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ changelog:
43
43
exclude :
44
44
- ' ^docs:'
45
45
- ' ^test:'
46
- - ' README.md '
46
+ - ' README'
47
47
- Merge pull request
48
48
- Merge branch
49
49
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ language: go
3
3
go :
4
4
- 1.9.x
5
5
- 1.10.x
6
- script : make test
6
+ script : make check_generated test
7
7
8
8
after_success :
9
9
- test -n "$TRAVIS_TAG" && docker login -u="$DOCKER_USERNAME" -p="$DOCKER_PASSWORD"
Original file line number Diff line number Diff line change 7
7
golangci-lint run --fast --no-config -v ./test/testdata/typecheck.go
8
8
go test -v -race ./...
9
9
10
+ assets :
11
+ svg-term --cast=183662 --out docs/demo.svg --window --width 110 --height 30 --from 2000 --to 20000 --profile Dracula --term iterm2
12
+
13
+ readme :
14
+ go run ./scripts/gen_readme/main.go
15
+
16
+ check_generated :
17
+ make readme && git diff --exit-code # check no changes
18
+
10
19
.PHONY : test
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
9
9
10
10
<a href =" https://golangci.com/ " ><img src =" docs/go.png " width =" 250px " ></a >
11
11
12
- * [ Install] ( #install )
13
12
* [ Demo] ( #demo )
13
+ * [ Install] ( #install )
14
14
* [ Quick Start] ( #quick-start )
15
15
* [ Comparison] ( #comparison )
16
16
* [ <code >golangci-lint</code > vs <code >gometalinter</code >] ( #golangci-lint-vs-gometalinter )
@@ -31,6 +31,14 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
31
31
* [ Future Plans] ( #future-plans )
32
32
* [ Contact Information] ( #contact-information )
33
33
34
+ # Demo
35
+ <p align =" center " >
36
+ <img src =" ./docs/demo.svg " width =" 100% " >
37
+ </p >
38
+
39
+ Short 1.5 min video demo of analyzing [ beego] ( https://github.com/astaxie/beego ) .
40
+ [ ![ asciicast] ( https://asciinema.org/a/183662.png )] ( https://asciinema.org/a/183662 )
41
+
34
42
# Install
35
43
Recommended way to install is:
36
44
``` bash
@@ -49,12 +57,6 @@ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh |
49
57
50
58
Check the [ releases page] ( https://github.com/golangci/golangci-lint/releases ) to fix the version.
51
59
52
- # Demo
53
- Example of output:
54
- ![ Screenshot of sample output] ( docs/run_screenshot.png )
55
-
56
- Short 1.5 min video demo of analyzing [ beego] ( https://github.com/astaxie/beego ) .
57
- [ ![ asciicast] ( https://asciinema.org/a/1a1qaEXMlOSeRyvASbnuFomah.png )] ( https://asciinema.org/a/1a1qaEXMlOSeRyvASbnuFomah )
58
60
59
61
# Quick Start
60
62
To run golangci-lint execute:
Original file line number Diff line number Diff line change @@ -9,8 +9,8 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
9
9
10
10
<a href="https://golangci.com/"><img src="docs/go.png" width="250px"></a>
11
11
12
- * [Install](#install)
13
12
* [Demo](#demo)
13
+ * [Install](#install)
14
14
* [Quick Start](#quick-start)
15
15
* [Comparison](#comparison)
16
16
* [<code>golangci-lint</code> vs <code>gometalinter</code>](#golangci-lint-vs-gometalinter)
@@ -31,6 +31,14 @@ Sponsored by [GolangCI.com](https://golangci.com): SaaS service for running lint
31
31
* [Future Plans](#future-plans)
32
32
* [Contact Information](#contact-information)
33
33
34
+ # Demo
35
+ <p align="center">
36
+ <img src="./docs/demo.svg" width="100%">
37
+ </p>
38
+
39
+ Short 1.5 min video demo of analyzing [beego](https://github.com/astaxie/beego).
40
+ [](https://asciinema.org/a/183662)
41
+
34
42
# Install
35
43
Recommended way to install is:
36
44
```bash
@@ -49,12 +57,6 @@ curl -sfL https://install.goreleaser.com/github.com/golangci/golangci-lint.sh |
49
57
50
58
Check the [releases page](https://github.com/golangci/golangci-lint/releases) to fix the version.
51
59
52
- # Demo
53
- Example of output:
54
- 
55
-
56
- Short 1.5 min video demo of analyzing [beego](https://github.com/astaxie/beego).
57
- [](https://asciinema.org/a/1a1qaEXMlOSeRyvASbnuFomah)
58
60
59
61
# Quick Start
60
62
To run golangci-lint execute:
You can’t perform that action at this time.
0 commit comments