|
62 | 62 | # The location of the configuration file can be changed by using `--config=`
|
63 | 63 | # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0
|
64 | 64 |
|
65 |
| - # Optional: show only new issues if it's a pull request. The default value is `false`. |
| 65 | + # Optional: For pull request only, show only new issues. The default value is `false`. |
66 | 66 | # only-new-issues: true
|
67 | 67 |
|
68 | 68 | # Optional: if set to true, then all caching functionality will be completely disabled,
|
@@ -126,15 +126,23 @@ jobs:
|
126 | 126 | # working-directory: somedir
|
127 | 127 |
|
128 | 128 | # Optional: golangci-lint command line arguments.
|
129 |
| - # |
130 |
| - # Note: by default the `.golangci.yml` file should be at the root of the repository. |
| 129 | + # |
| 130 | + # Note: By default, the `.golangci.yml` file should be at the root of the repository. |
131 | 131 | # The location of the configuration file can be changed by using `--config=`
|
132 |
| - # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 |
| 132 | + # args: --timeout=30m --config=/my/path/.golangci.yml --issues-exit-code=0 |
133 | 133 |
|
134 |
| - # Optional: show only new issues if it's a pull request. The default value is `false`. |
| 134 | + # Optional: For pull request only, show only new issues. The default value is `false`. |
135 | 135 | # only-new-issues: true
|
136 | 136 |
|
137 |
| - # Optional:The mode to install golangci-lint. It can be 'binary' or 'goinstall'. |
| 137 | + # Optional: if set to true, then all caching functionality will be completely disabled, |
| 138 | + # takes precedence over all other caching options. |
| 139 | + # skip-cache: true |
| 140 | + |
| 141 | + # Optional: if set to true, caches will not be saved, but they may still be restored, |
| 142 | + # subject to other options |
| 143 | + # skip-save-cache: true |
| 144 | + |
| 145 | + # Optional: The mode to install golangci-lint. It can be 'binary' or 'goinstall'. |
138 | 146 | # install-mode: "goinstall"
|
139 | 147 | ```
|
140 | 148 |
|
|
0 commit comments