Merge ~mertkirpici/juju-lint:lp/1987951 into juju-lint:master
Proposed by
Mert Kirpici
Status: | Merged | ||||
---|---|---|---|---|---|
Approved by: | Eric Chen | ||||
Approved revision: | ef16249f7f6c281351f5cc8d9472c881d95133a5 | ||||
Merged at revision: | d89eef7b64063e543bffb1e292152a9118e1dfe9 | ||||
Proposed branch: | ~mertkirpici/juju-lint:lp/1987951 | ||||
Merge into: | juju-lint:master | ||||
Diff against target: |
306 lines (+158/-14) 7 files modified
jujulint/cli.py (+24/-5) jujulint/config.py (+13/-7) jujulint/util.py (+14/-0) tests/functional/conftest.py (+21/-0) tests/functional/test_jujulint.py (+47/-0) tests/unit/conftest.py (+1/-0) tests/unit/test_cli.py (+38/-2) |
||||
Related bugs: |
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Gabriel Cocenza | Approve | ||
Martin Kalcok (community) | Approve | ||
Eric Chen | Approve | ||
BootStack Reviewers | Pending | ||
Review via email: mp+429025@code.staging.launchpad.net |
Commit message
Close LP #1987951
Description of the change
config: make --dump-state boolean
The command line argument --dump-state is in fact used as a boolean flag
however it expects a dummy argument, causing confusion. With this change
it only using it will be enough. i.e.:
$ juju-lint --dump-state -d outdir -c ...
To post a comment you must log in.
There was an error fetching revisions from git servers. Please try again in a few minutes. If the problem persists, contact Launchpad support.
This merge proposal is being monitored by mergebot. Change the status to Approved to merge.