1
0
mirror of https://github.com/open-telemetry/opentelemetry-go.git synced 2025-01-05 22:54:18 +02:00
opentelemetry-go/sdk/metric/internal
Charlie Le 1b55281859
docs(typos): Run codespell to fix typos (#3980)
* docs(typos): Run codespell to fix typos

There were a lot of typos through the repository, so I ran
[codespell][], a tool for automatically fixing typos, to fix them.

```console
make codespell
```

There's already a tool called [misspell][] that's supposed to take care
of this, but misspell hasn't been updated for 6 years, and it doesn't
seem to be catching any of the typos that codespell can.

[codespell]: https://github.com/codespell-project/codespell
[misspell]: https://github.com/client9/misspell

* Revert and ignore spelling for Consequentially

* Add GH workflow for codespell

* Revert GH Workflow and Makefile for codespell

Per @pellared, since there's no instructions for setting up codespell,
it was suggested that the changes for setting up a workflow and section
in Makefile include instructions for setting up codespell as well.

* Revert spelling on consequently

---------

Co-authored-by: Chester Cheung <cheung.zhy.csu@gmail.com>
Co-authored-by: Tyler Yahn <MrAlias@users.noreply.github.com>
2023-04-11 17:28:13 -07:00
..
aggregator_example_test.go Add embedded private method interfaces in metric API (#3916) 2023-04-03 07:33:19 -07:00
aggregator_test.go docs(typos): Run codespell to fix typos (#3980) 2023-04-11 17:28:13 -07:00
aggregator.go Combine precomputed values of filtered attribute sets (#3549) 2023-01-20 09:54:42 -08:00
doc.go Merge metric SDK development branch "new_sdk/main" into "main" (#3175) 2022-09-15 18:41:24 -07:00
filter_test.go Combine precomputed values of filtered attribute sets (#3549) 2023-01-20 09:54:42 -08:00
filter.go No memory leakage in attributes filter (#3695) 2023-02-13 08:07:06 -08:00
histogram_test.go Update Histogram Extrema and Sum to be generic (#3870) 2023-03-29 11:24:25 -07:00
histogram.go Update Histogram Extrema and Sum to be generic (#3870) 2023-03-29 11:24:25 -07:00
lastvalue_test.go Update Histogram Extrema and Sum to be generic (#3870) 2023-03-29 11:24:25 -07:00
lastvalue.go Do not export aggregations without any data points (#3436) 2022-11-11 07:22:27 -08:00
reuse_slice.go Reuse memory in metric pipelines (#3760) 2023-03-09 09:43:16 -08:00
sum_test.go Update Histogram Extrema and Sum to be generic (#3870) 2023-03-29 11:24:25 -07:00
sum.go Combine precomputed values of filtered attribute sets (#3549) 2023-01-20 09:54:42 -08:00