Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v8
with:
version: v2.1
version: v1.54.2
1 change: 1 addition & 0 deletions .golangci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
# This is the best config for golangci-lint based on my experience and opinion.
# It is very strict, but not extremely strict.
# Feel free to adopt and change it for your needs.
version: 1

run:
# Timeout for analysis, e.g. 30s, 5m.
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/mass_bundle_build.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ mass bundle build [flags]
### Options

```
-b, --bundle-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for build
-b, --build-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for build
```

### SEE ALSO
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/mass_bundle_import.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ mass bundle import [flags]
### Options

```
-a, --all Import all variables without prompting
-b, --bundle-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for import
-a, --all Import all variables without prompting
-b, --build-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for import
```

### SEE ALSO
Expand Down
4 changes: 2 additions & 2 deletions docs/generated/mass_bundle_lint.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ mass bundle lint [flags]
### Options

```
-b, --bundle-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for lint
-b, --build-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for lint
```

### SEE ALSO
Expand Down
6 changes: 3 additions & 3 deletions docs/generated/mass_bundle_publish.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ mass bundle publish [flags]
### Options

```
--access string (Deprecated) Only here for backwards compatibility. Will be removed in a future release.
-b, --bundle-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for publish
--access string (Deprecated) Only here for backwards compatibility. Will be removed in a future release.
-b, --build-directory string Path to a directory containing a massdriver.yaml file. (default ".")
-h, --help help for publish
```

### SEE ALSO
Expand Down
Loading