Abhishek Kumar Singh
25332f5f00
docs: Updated deprecated hyperlink for Sublime Text plugin. ( #1775 )
2021-02-24 14:16:09 +01:00
Sebastien Rosset
747e3aea00
add doc for the profiling arguments ( #1761 )
2021-02-21 16:32:12 +01:00
Daniel Helfand
191d6c873b
docs: Add docs on using homebrew tap ( #1660 )
2021-02-20 15:51:31 +01:00
Patrick Kuca
af6842c5d1
Remove gometalinter comparison ( #1731 )
2021-02-13 13:45:47 +01:00
xxpxxxxp
3ef13a8028
Add plugin option for Goland ( #1720 )
2021-02-08 20:31:52 +01:00
Oleg Butuzov
65369cb3e5
docs(clean): replace govet
example with nakedret
. ( #1647 )
2021-02-08 03:19:56 +01:00
dependabot[bot]
d7dd2332d2
build(deps): bump react from 16.13.1 to 16.14.0 in /docs ( #1481 )
...
Extra / Vulnerability scanner (push) Failing after 1m58s
CI / go-mod (push) Failing after 17m32s
CI / golangci-lint (push) Failing after 17m30s
Release a tag / release (push) Failing after 17m28s
CI / tests-on-windows (push) Has been cancelled
CI / tests-on-macos (push) Has been cancelled
CI / tests-on-unix (1.13) (push) Has been cancelled
CI / tests-on-unix (1.14) (push) Has been cancelled
CI / tests-on-unix (1.15) (push) Has been cancelled
CI / check_generated (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile.alpine]) (push) Has been cancelled
Release a tag / docker-release (map[Dockerfile:build/Dockerfile]) (push) Has been cancelled
* build(deps): bump react from 16.13.1 to 16.14.0 in /docs
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react ) from 16.13.1 to 16.14.0.
- [Release notes](https://github.com/facebook/react/releases )
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md )
- [Commits](https://github.com/facebook/react/commits/v16.14.0/packages/react )
Signed-off-by: dependabot[bot] <support@github.com>
* fix by using jsxRuntime classic
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sergey Vilgelm <sergey.vilgelm@ibm.com>
2020-12-29 00:01:31 -06:00
rinsuki
3b062699f3
docs: Add description of Homebrew's official formula ( #1421 )
...
* docs: Add description of Homebrew's official formula
* Update index.mdx
2020-11-08 00:37:27 +01:00
Xiang Dai
1ca232a4e1
Fix typos ( #1476 )
...
Signed-off-by: Xiang Dai <long0dai@foxmail.com>
2020-11-06 00:46:41 +03:00
Peter Mescalchin
d20b8f931f
Added .golangci.yaml
to list of configuration files searched on startup ( #1364 )
2020-10-18 17:08:03 +11:00
David Bariod
3e6b01e716
Mention macports installation procedure on macOS ( #1352 )
...
* Mention macports installation procedure on macOS
2020-10-18 16:59:17 +11:00
Greg Curtis
ee85322041
Fix typo in performance docs ( #1350 )
...
Executon -> Execution
2020-09-03 22:22:52 +10:00
SystemGlitch
13c2a34028
Add home directory to config file search paths ( #1325 )
2020-08-24 16:44:33 +10:00
Tam Mach
a52e5ede26
Update the steps to make sure only template_date.state file is updated. ( #1236 )
...
Related to https://github.com/golangci/golangci-lint/pull/1234
Signed-off-by: sayboras <sayboras@yahoo.com>
2020-07-12 16:35:43 +10:00
iwankgb
d24bff534c
Fixed docs link: points at contributing section ( #1212 )
...
CI / golangci-lint (push) Failing after 4m50s
CI / tests-on-windows (push) Has been skipped
CI / tests-on-unix (1.13, ubuntu-latest) (push) Has been skipped
CI / tests-on-unix (1.14, ubuntu-latest) (push) Has been skipped
CI / check_generated (push) Has been skipped
Release a tag / release (push) Failing after 5m18s
/lgtm
/approve
2020-07-06 09:59:53 +08:00
Shintaro Ikeda
b8216ca2aa
Update not found url in new-linters.mdx ( #1171 )
2020-05-30 00:23:47 -04:00
Nishanth Shanmugham
6684c8b25c
update new-linters doc ( #1167 )
2020-05-25 19:09:16 +03:00
Denis Isaev
9119ca7e78
docs: recommend binary installation for windows and linux ( #1159 )
...
Relates: #1087
2020-05-23 02:06:20 +03:00
Denis Isaev
a1e1226977
docs: list contributors
2020-05-19 14:41:16 +03:00
Julia Ogris
ba6476a608
Fix syntax highlighting for bash scripts ( #1151 )
...
Fix syntax highlighting for bash scripts by changing language from
bash to sh in triple-backtick blocks: ```bash -> ```sh.
Some of these blocks had command output or prompt as part of the
listening which formatted in odd ways, e.g. colouring every occurrence
of the word "for" or "help" in purple.
With the sh language specification these wrong colours are gone, so use
it.
2020-05-18 15:53:20 +03:00
Denis Isaev
f0c0f06f3d
docs: add link to good issues for contributing
2020-05-17 23:08:39 +03:00
Ryan Currah
778e08fda4
bump gomodguard version ( #1140 )
...
* bump gomodguard version which adds a new feature to allow blocking modules based on version constraints
* add description why you may want to use gomodguard over depguard, updated example config and add a section the contributor doc page to remind people to update the example config
2020-05-17 22:35:13 +03:00
Denis Isaev
046be12ec7
docs: add versioning policy and releases
2020-05-17 22:01:59 +03:00
Denis Isaev
84892fc15f
docs: add contributing quick start
2020-05-17 10:49:51 +03:00
Denis Isaev
e3227ec340
docs: add articles about contributing
2020-05-16 23:09:06 +03:00
Isaev Denis
f920f77a38
docs: fill README.md ( #1098 )
...
Add info about github action.
Make a search placeholder waiting for
access to algolia docsearch.
2020-05-16 18:44:37 +03:00
Isaev Denis
0d774cd24a
docs: inline website theme ( #1096 )
...
Inline @rocketseat theme for Gatsby
because we need a lot of changes.
Fix bad GitHub edit url, next/prev links,
external links without target="_blank".
2020-05-16 17:17:58 +03:00
Isaev Denis
2d4d503a79
docs: migrate README.md to a website ( #1094 )
...
Make a website https://golangci-lint.run
for golangci-lint documentation.
The website is backed by Gatsby static site generator
and deployed into Netlify.
2020-05-16 14:10:03 +03:00