-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Fixed remaining linting errors #303
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One little thing
@@ -131,6 +131,8 @@ bindata: modules/bindata/bindata.go | |||
modules/bindata/bindata.go: $(BINDATA) | |||
go-bindata -o=$@ -ignore="\\.go|README.md|TRANSLATORS" -pkg=bindata conf/... | |||
go fmt $@ | |||
sed -i.bak 's/confLocaleLocale_/confLocaleLocale/' $@ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Change to sed -i '' 's/......
, works on linux,freebsd,macos :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nope, that won't work on linux, at least not on Alpine.
sed -i '' 's/confLocaleLocale_/confLocaleLocale/' modules/bindata/bindata.go
sed: s/confLocaleLocale_/confLocaleLocale/: No such file or directory
Except for ^ LGTM |
|
Uh oh!
There was an error while loading. Please reload this page.