Skip to content

build(clang-tidy): add project prefix to clang tidy variable name#146

Open
ingomueller-net wants to merge 1 commit intosubstrait-io:mainfrom
ingomueller-net:clang-tidy-command
Open

build(clang-tidy): add project prefix to clang tidy variable name#146
ingomueller-net wants to merge 1 commit intosubstrait-io:mainfrom
ingomueller-net:clang-tidy-command

Conversation

@ingomueller-net
Copy link
Copy Markdown
Contributor

This PR fixes a variable name clash between this project and potential downstream projects. If they both use the variable CLANG_TIDY_COMMAND to enable or disable clang-tidy, it is impossible to activate clang-tidy for the downstream project and deactivate it for this project. See substrait-io/substrait-mlir-contrib#204.

This PR fixes a variable name clash between this project and potential
downstream projects. If they both use the variable `CLANG_TIDY_COMMAND`
to enable or disable `clang-tidy`, it is impossible to activate
`clang-tidy` for the downstream project and deactivate it for this
project. See substrait-io/substrait-mlir-contrib#204.

Signed-off-by: Ingo Müller <ingomueller@google.com>
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.

1 participant