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

Update clang-tidy.md #298

Closed
wants to merge 2 commits into from
Closed

Update clang-tidy.md #298

wants to merge 2 commits into from

Conversation

jsharpe
Copy link
Contributor

@jsharpe jsharpe commented Jun 20, 2024

Fix name of loaded aspect in clang-tidy docs.


Changes are visible to end-users: yes

  • Searched for relevant documentation and updated as needed: yes
  • Breaking change (forces users to change their own code or config): no
  • Suggested release notes appear below: no

Test plan

  • Manual testing; followed instructions to configure clang-tidy linter

Fix name of loaded aspect in clang-tidy docs.
docs/clang-tidy.md Outdated Show resolved Hide resolved
@jsharpe jsharpe mentioned this pull request Jun 20, 2024
@@ -30,11 +30,11 @@ native_binary(
Finally, create the linter aspect, typically in `tools/lint/linters.bzl`:

```starlark
load("@aspect_rules_lint//lint:clang_tidy.bzl", "clang_tidy_aspect")
load("@aspect_rules_lint//lint:clang_tidy.bzl", "lint_clang_tidy_aspect")
Copy link
Member

Choose a reason for hiding this comment

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

this file is generated from clang-tidy.bzl - could you make a matching update there to get tests green?

@alexeagle
Copy link
Member

looks like #300 picked up this one too

@alexeagle alexeagle closed this Jun 21, 2024
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.

2 participants