golangci-releaser
ed93066d16
docs: Update documentation and assets ( #2579 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2022-02-17 13:28:36 +01:00
Ludovic Fernandez
ffb3fde4ef
docs: improve page about false-postive ( #2502 )
2022-01-20 16:41:38 +01:00
Ludovic Fernandez
c84de88229
docs: split configuration page into multiple sections ( #2484 )
2022-01-20 01:20:51 +01:00
Benjamin
880f01d9e0
docs: fix a typo and a syntax error in architecture.mdx ( #2351 )
2021-11-07 13:53:23 +01:00
Oleksandr Redko
f9f6486e15
docs: change Github to GitHub in comments and docs ( #2341 )
2021-11-02 19:25:21 +01:00
Kensei Nakada
813ba7d953
Update index.mdx ( #2230 )
2021-09-11 23:56:50 -07:00
Peter Mescalchin
43b941d3d7
docs: fix link to Spacemacs ( #2187 )
2021-08-19 04:31:45 +02:00
Kensei Nakada
86cc5fe242
docs: not show the number of linters ( #2089 )
2021-07-02 01:56:24 +09:00
Jack
3c795d8637
doc: add all integrations to docs introduction page ( #2040 )
2021-06-03 02:30:17 +02:00
Ludovic Fernandez
505ed3c0f7
doc: Un-deprecate enable-all option. ( #2039 )
2021-06-02 17:04:48 +02:00
Ludovic Fernandez
fcef82475c
docs: improve linters page ( #1995 )
...
* TOC level 3
* drop `.golangci.yaml` from the Configuration page
* generate a dedicated configuration section for each linters.
* fix changelog heading
2021-05-17 23:56:46 +02:00
dependabot[bot]
d2526706f8
build(deps): bump emotion-theming from 10.0.27 to 11.0.0 in /docs . ( #1623 )
...
Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
2021-05-05 15:12:24 +02:00
Ludovic Fernandez
ccb5bd03d1
docs: add cache directory information. ( #1871 )
2021-03-25 23:07:22 +01:00
C.J. Jameson
bcdfb7f6b1
docs: typo fixes in architecture.mdx ( #1870 )
2021-03-24 17:44:38 +01:00
Ludovic Fernandez
8db518cee0
Add versions, improve deprecation system, improve linters page ( #1854 )
2021-03-17 16:17:33 +01:00
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