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

CI: Use misspell binary #529

Merged
merged 2 commits into from
Jul 5, 2017
Merged

CI: Use misspell binary #529

merged 2 commits into from
Jul 5, 2017

Conversation

haya14busa
Copy link
Member

Building misspell might use lots of resource and be killed.
#513 (comment)

ref: https://github.com/client9/misspell#install

Building misspell might use lots of resource and be killed.
#513 (comment)

ref: https://github.com/client9/misspell#install
Copy link
Contributor

@rhysd rhysd left a comment

Choose a reason for hiding this comment

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

go downloader looks benri

.drone.yml Outdated
@@ -8,7 +8,7 @@ build:
- REVIEWDOG_GITHUB_API_TOKEN=$$REVIEWDOG_GITHUB_API_TOKEN
commands:
- go get -d -v ./scripts
- go get -u github.com/client9/misspell/cmd/misspell
- curl -L https://git.io/misspell | sh
Copy link
Contributor

@rhysd rhysd Jul 5, 2017

Choose a reason for hiding this comment

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

From misspell's installation document,

Both will install as ./bin/misspell.

So we might need to specify misspell executable with relative path in reviewdog.yml or specify a directory to install with -b option.

Copy link
Member Author

Choose a reason for hiding this comment

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

Oops, thank you for the catch!

@@ -10,3 +10,5 @@ function! vital#of(name) abort
endif
return vital#_{substitute(ver[0], '\W', '', 'g')}#new()
endfunction

let g:exsiting_variable = 1

Choose a reason for hiding this comment

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

[misspell] reported by reviewdog 🐶
"exsiting" is a misspelling of "existing"

Copy link
Member Author

Choose a reason for hiding this comment

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

🐦 👍

@@ -10,3 +10,5 @@ function! vital#of(name) abort
endif
return vital#_{substitute(ver[0], '\W', '', 'g')}#new()
endfunction

let g:exsiting_variable = 1

Choose a reason for hiding this comment

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

[misspell] reported by reviewdog 🐶
"exsiting" is a misspelling of "existing"

@haya14busa
Copy link
Member Author

Fixed. Please take another look.

@@ -10,3 +10,5 @@ function! vital#of(name) abort
endif
return vital#_{substitute(ver[0], '\W', '', 'g')}#new()
endfunction

let g:exsiting_variable = 1

Choose a reason for hiding this comment

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

[misspell] reported by reviewdog 🐶
"exsiting" is a misspelling of "existing"

@rhysd rhysd merged commit 05176dc into master Jul 5, 2017
@rhysd rhysd deleted the ci-misspell branch July 5, 2017 21:09
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.

3 participants