-
Notifications
You must be signed in to change notification settings - Fork 579
New issue
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
.ci/generate_bear_metadata.py: incorrect "overrides" value #2936
Labels
Comments
areebbeigh
changed the title
.ce/generate_bear_metadata.py: incorrect "overrides" value
.ci/generate_bear_metadata.py: incorrect "overrides" value
Jul 22, 2019
areebbeigh
added a commit
to areebbeigh/coala-bears
that referenced
this issue
Jul 22, 2019
Change overrides filename from package-manager-requirements.yaml to pm-requirements.yaml Fixes coala#2936
areebbeigh
added a commit
to areebbeigh/coala-bears
that referenced
this issue
Jul 22, 2019
Change "overrides" filename from package-manager-requirements.yaml to pm-requirements.yaml Fixes coala#2936
2 tasks
areebbeigh
added a commit
to areebbeigh/coala-bears
that referenced
this issue
Jul 22, 2019
Change "overrides" filename from package-manager-requirements.yaml to pm-requirements.yaml Fixes coala#2936
areebbeigh
added a commit
to areebbeigh/coala-bears
that referenced
this issue
Jul 22, 2019
Change "overrides" filename from package-manager-requirements.yaml to pm-requirements.yaml Fixes coala#2936
areebbeigh
added a commit
to areebbeigh/coala-bears
that referenced
this issue
Jul 23, 2019
Change "overrides" filename from package-manager-requirements.yaml to pm-requirements.yaml Fixes coala#2936
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
moban
as.ci/generate_bear_metadata.py
throwsThis is because running
ci/generate_bear_metadata.py
setsoverrides: package-manager-requirements.yaml
whereas it should beoverrides: pm-requirements.yaml
.Requires a simple change in:
coala-bears/.ci/generate_bear_metadata.py
Line 461 in afb068b
The text was updated successfully, but these errors were encountered: