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

allow insecure https connections #27

Merged
merged 4 commits into from
Feb 22, 2017
Merged

Conversation

jagsta
Copy link
Contributor

@jagsta jagsta commented Feb 22, 2017

Added -k and --insecure flags to support insecure https connections

/script/test runs ok
/script/lint produces an additional warning about InsecureSkipVerify being true

I had to change /script/lint include from mispell to misspell for it to execute ¯\_(ツ)_/¯

@@ -12,4 +12,4 @@ fi

# dupl is disabled because it has a habbit of identifying tests as duplicated code.
# in its defence: it's right. gocyclo is disabled because I'm a terrible programmer.
gometalinter --disable=gocyclo --disable=dupl --enable=mispell --enable=goimports
Copy link
Owner

Choose a reason for hiding this comment

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

Oh the irony.

@tomnomnom
Copy link
Owner

All looks good to me!

I've issued a PR against your master with a couple of tweaks to the linter config and an update to the help output in the readme file; it's not been updated for a while it seems - whoops!

If you merge that PR I'll merge yours :)

Tweaks linter settings; updates help output in README
@tomnomnom tomnomnom merged commit 2b5515f into tomnomnom:master Feb 22, 2017
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.

2 participants