Skip to content
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

Fix linter settings and errors #208

Merged
merged 1 commit into from
May 20, 2020
Merged

Conversation

radu-matei
Copy link
Member

The goimports settings in the linter options were wrong, meaning goimports was not running properly.

This PR fixes that, as well as the linter errors.

Copy link
Contributor

@carolynvs carolynvs left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I approve this whoopsie daisy 🌷


linters-settings:
goimports:
local-prefixes: github.com/radu-matei/cnab-go
local-prefixes: github.com/cnabio/cnab-go
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😂

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

throwback!

@vdice
Copy link
Member

vdice commented May 18, 2020

I'm confused as to why the az pipeline is failing on this change 🤔

edit: ah, I think maybe we're encountering a new az vm agent perhaps w/o go1.13 compat? A run off of master failed in the same manner: https://dev.azure.com/deislabs/cnab-go/_build/results?buildId=5945&view=logs&j=12f1170f-54f2-53f3-20dd-22fc7dff55f9&t=5caf77c8-9b10-50ef-b5c7-ca89c63e1c86 (so, nothing in this PR should be causing it to fail, as expected.)

edit no. 2: Carolyn to the rescue! CI fix in #209

Copy link
Contributor

@silvin-lubecki silvin-lubecki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Signed-off-by: Radu M <root@radu.sh>
@radu-matei
Copy link
Member Author

radu-matei commented May 19, 2020

Rebased, but for some reason the build is not triggering..

Edit: it just took some time before it got triggered, seems to be working now.

@radu-matei radu-matei merged commit c0e7d77 into cnabio:master May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants