Skip to content

Remove remaining golang dependencies#1585

Merged
ebeahan merged 6 commits intoelastic:masterfrom
ebeahan:remove-golang-dep-for-misspell
Aug 23, 2021
Merged

Remove remaining golang dependencies#1585
ebeahan merged 6 commits intoelastic:masterfrom
ebeahan:remove-golang-dep-for-misspell

Conversation

@ebeahan
Copy link
Copy Markdown
Member

@ebeahan ebeahan commented Aug 20, 2021

This PR removes the remaining golang dependencies in the project Makefile.

check-license-header

Remove check-license-header rule from Makefile since check-license-header only works with .go source files.

misspell

  • Install the misspell binary instead of go get
  • Add -error flag to throw a non-zero exit code for CI
  • Include docs/* and experimental/schema/* directives in the misspell check.

GitHub workflow

Remove the setup-go step since golang is no longer a required dependency for testing.

Closes #630

@ebeahan ebeahan added the 8.0.0 label Aug 20, 2021
@ebeahan ebeahan self-assigned this Aug 20, 2021
@ebeahan ebeahan requested a review from kgeller August 20, 2021 18:06
@ebeahan ebeahan mentioned this pull request Aug 20, 2021
4 tasks
Copy link
Copy Markdown
Member

@kgeller kgeller left a comment

Choose a reason for hiding this comment

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

Looks good! Appreciate the misspell check :)

@ebeahan ebeahan merged commit 9b61086 into elastic:master Aug 23, 2021
@ebeahan ebeahan deleted the remove-golang-dep-for-misspell branch August 23, 2021 16:19
@ebeahan ebeahan mentioned this pull request Nov 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove Golang dependencies

2 participants