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

[chore]: enable whitespace linter (part 1) #36117

Merged
merged 2 commits into from
Nov 2, 2024

Conversation

mmorel-35
Copy link
Contributor

Description

whitespace is a linter that checks for unnecessary newlines at the start and end of functions.

Notice that's only the first part, the full conformity wil be ensured with one or two other PR as this one is already big to review

@songy23 songy23 added the ci-cd CI, CD, testing, build issues label Oct 31, 2024
@bogdandrutu bogdandrutu merged commit 094abba into open-telemetry:main Nov 2, 2024
158 checks passed
@github-actions github-actions bot added this to the next release milestone Nov 2, 2024
@mmorel-35 mmorel-35 deleted the golangci-lint/whitespace branch November 2, 2024 15:57
ArthurSens pushed a commit to ArthurSens/opentelemetry-collector-contrib that referenced this pull request Nov 4, 2024
#### Description

[whitespace](https://golangci-lint.run/usage/linters/#whitespace) is a
linter that checks for unnecessary newlines at the start and end of
functions.

Notice that's only the first part, the full conformity wil be ensured
with one or two other PR as this one is already big to review

Signed-off-by: Matthieu MOREL <[email protected]>
sbylica-splunk pushed a commit to sbylica-splunk/opentelemetry-collector-contrib that referenced this pull request Dec 17, 2024
#### Description

[whitespace](https://golangci-lint.run/usage/linters/#whitespace) is a
linter that checks for unnecessary newlines at the start and end of
functions.

Notice that's only the first part, the full conformity wil be ensured
with one or two other PR as this one is already big to review

Signed-off-by: Matthieu MOREL <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants