Skip to content

Add spellcheck#54

Closed
reyang wants to merge 3 commits into
masterfrom
reyang/spellcheck
Closed

Add spellcheck#54
reyang wants to merge 3 commits into
masterfrom
reyang/spellcheck

Conversation

@reyang
Copy link
Copy Markdown
Member

@reyang reyang commented Mar 19, 2020

  1. add spell check to docs and code
  2. remove stale TBDs

Open question: do we think GitHub Actions are okay or we want to restrict to Circle CI?

Comment thread .github/workflows/spellcheck.yml Outdated

- name: install misspell
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is there a less risky way to install this than curl http://redirection-service | bash ? :)

e.g. For autoformatting we "go get" a thing.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There is option using

$ go get -u github.com/client9/misspell/cmd/misspell

but don't think golang is part of default ubuntu-latest installation.


- name: install misspell
run: |
curl -L -o ./install-misspell.sh https://git.io/misspell
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

There is option using

$ go get -u github.com/client9/misspell/cmd/misspell

but don't think golang is part of default ubuntu-latest installation.

@reyang reyang closed this Aug 4, 2020
@reyang reyang deleted the reyang/spellcheck branch September 29, 2020 15:03
GerHobbelt pushed a commit to GerHobbelt/opentelemetry-cpp that referenced this pull request Jul 27, 2024
[EXPORTER] Fix references in AttributeValueVisitor (open-telemetry#2985)
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