We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
aqua g -i
$ aqua info { "version": "2.38.2", "commit_hash": "ae397291f7ee7f5fd3559a123f7a7edf743720df", "os": "darwin", "arch": "arm64", "pwd": "/Users/(USER)/test/aqua/comment", "root_dir": "/Users/(USER)/.local/share/aquaproj-aqua", "env": { "AQUA_PROGRESS_BAR": "true", "GITHUB_TOKEN": "(masked)" }, "config_files": [ { "path": "/Users/(USER)/test/aqua/comment/aqua.yaml" } ] }
aqua g -i removes comments in array (packages).
aqua.yaml
registries: - type: standard ref: v4.267.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/[email protected] # hello - name: suzuki-shunsuke/[email protected]
Executed command and output
aqua g -i suzuki-shunsuke/ghalint
Comments in packages are kept.
registries: - type: standard ref: v4.267.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/[email protected] # hello - name: suzuki-shunsuke/[email protected] - name: suzuki-shunsuke/[email protected]
Comments in packages are removed.
registries: - type: standard ref: v4.267.0 # renovate: depName=aquaproj/aqua-registry packages: - name: suzuki-shunsuke/[email protected] - name: suzuki-shunsuke/[email protected] - name: suzuki-shunsuke/[email protected]
I created this issue on goccy/go-yaml#502 , got an answer.
Probably we can solve this issue.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
aqua info
Overview
aqua g -i
removes comments in array (packages).How to reproduce
aqua.yaml
Executed command and output
Expected behaviour
Comments in packages are kept.
Actual behaviour
Comments in packages are removed.
Note
I created this issue on goccy/go-yaml#502 , got an answer.
Probably we can solve this issue.
The text was updated successfully, but these errors were encountered: