Closed areebbeigh closed 5 years ago
Needs a rebase
Done.
Heads up: Merge conflict in bear-requirements.yaml
was resolved by hand (merge both incoming changes). Please let me know if I'm supposed to re-generate it.
Refetch master bear-requirements.yaml
Use .ci/generate_bear_metadata.py
, and then run moban
.
.ci/generate_bear_metadata.py
I'm running into:
Warning: Both package-manager-requirements.yaml and /home/areebbeigh/.cache/moban/repos/mobans/package-manager-requirements.yaml does not exist
and I suspect this is because running ci/generate_bear_metadata.py
sets overrides: package-manager-requirements.yaml
whereas it should be overrides: pm-requirements.yaml
.
New issue? Although this is probably just a change in https://github.com/coala/coala-bears/blob/afb068b11a634b9f869f5385337628284a42bab3/.ci/generate_bear_metadata.py#L461
Yup; new issue. That is a bug in my PR.
You can add the fix to this PR as a separate commit.
You can add the fix to this PR as a separate commit.
Done.
Sorry ; wrong button press.
@areebbeigh , this needs another rebase, but please also revise your commit messages to follow the coala commit guidelines. specifically the first line should start with a filename of the most important file in the commit which is being modified (usually not a file which is generated).
I'm going to merge this despite it failing due to https://github.com/coala/coala-bears/issues/2937 , which I'll fix after this is merged
Modify test_allow_multiline_lambdas to be version specific.
Closes https://github.com/coala/coala-bears/issues/2873
Change "overrides" filename from package-manager-requirements.yaml to pm-requirements.yaml
Fixes https://github.com/coala/coala-bears/issues/2936
Checklist