Title: Why can't I see custom rules in the compiled product? · Issue #39 · AliceO2Group/O2CodeChecker · GitHub
Open Graph Title: Why can't I see custom rules in the compiled product? · Issue #39 · AliceO2Group/O2CodeChecker
X Title: Why can't I see custom rules in the compiled product? · Issue #39 · AliceO2Group/O2CodeChecker
Description: Problem I can't see custom rules aliceO2-member-name in the compiled product. # ./tool/O2codecheck -checks="-*,al*" --list-checks Enabled checks: altera-id-dependent-backward-branch altera-kernel-name-restriction altera-single-work-item-...
Open Graph Description: Problem I can't see custom rules aliceO2-member-name in the compiled product. # ./tool/O2codecheck -checks="-*,al*" --list-checks Enabled checks: altera-id-dependent-backward-branch altera-kernel-n...
X Description: Problem I can't see custom rules aliceO2-member-name in the compiled product. # ./tool/O2codecheck -checks="-*,al*" --list-checks Enabled checks: altera-id-dependent-backward-branch a...
Opengraph URL: https://github.com/AliceO2Group/O2CodeChecker/issues/39
X: @github
Domain: patch-diff.githubusercontent.com
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"Why can't I see custom rules in the compiled product?","articleBody":"## Problem\r\n\r\nI can't see custom rules `aliceO2-member-name` in the compiled product.\r\n\r\n```bash\r\n# ./tool/O2codecheck -checks=\"-*,al*\" --list-checks\r\nEnabled checks:\r\n altera-id-dependent-backward-branch\r\n altera-kernel-name-restriction\r\n altera-single-work-item-barrier\r\n altera-struct-pack-align\r\n altera-unroll-loops\r\n```\r\n\r\n## Reproduction\r\n\r\n1. set env\r\n- [llvm 13.0.1](https://github.com/llvm/llvm-project/releases/download/llvmorg-13.0.1/clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04.tar.xz)\r\n- [cmake-3.28.0](https://github.com/Kitware/CMake/releases/download/v3.28.0-rc3/cmake-3.28.0-rc3-linux-x86_64.tar.gz)\r\n- gcc-9.1.0\r\n- [O2CodeChecker v13.0](https://github.com/AliceO2Group/O2CodeChecker/archive/refs/tags/v13.0.zip)\r\n\r\n```bash\r\nexport LLVM_HOME=/path/to/clang+llvm-13.0.1-x86_64-linux-gnu-ubuntu-18.04\r\nexport CMAKE_HOME=/path/to/cmake-3.28.0-rc3\r\nexport GCC_HOME=/path/to/gcc-9.1.0/\r\nexport CC=$GCC_HOME/bin/gcc\r\nexport CXX=$GCC_HOME/bin/g++\r\nexport LD_LIBRARY_PATH=$LLVM_HOME/lib:$GCC_HOME/lib64:$LD_LIBRARY_PATH\r\nexport PATH=$GCC_HOME/bin:$CMAKE_HOME/bin/:$PATH\r\n```\r\n\r\n2. build O2CodeChecker v13.0\r\n```bash\r\nmkdir build\r\ncd build/\r\ncmake -DLLVM_DIR=$LLVM_HOME/lib/cmake/llvm -DClang_DIR=$LLVM_HOME/lib/cmake/clang/ ../\r\nmake -j8\r\n```\r\n\r\n3. run \r\n```bash\r\ncd build\r\n./tool/O2codecheck -checks=\"-*,al*\" --list-checks\r\n```","author":{"url":"https://github.com/cyw3","@type":"Person","name":"cyw3"},"datePublished":"2023-11-13T03:37:48.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":0},"url":"https://github.com/39/O2CodeChecker/issues/39"}
| route-pattern | /_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format) |
| route-controller | voltron_issues_fragments |
| route-action | issue_layout |
| fetch-nonce | v2:131e39a3-c980-2905-a3c6-f5d3ce3434e6 |
| current-catalog-service-hash | 81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114 |
| request-id | 932A:2A5BCA:3D684A:5587D6:697889AC |
| html-safe-nonce | 2a24c56ba04f38aff010291f43e21b189cee1221f1da676d429c6862e70b1a70 |
| visitor-payload | eyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI5MzJBOjJBNUJDQTozRDY4NEE6NTU4N0Q2OjY5Nzg4OUFDIiwidmlzaXRvcl9pZCI6IjQwMTkyMTcxNzMxNjIwMDI4NjAiLCJyZWdpb25fZWRnZSI6ImlhZCIsInJlZ2lvbl9yZW5kZXIiOiJpYWQifQ== |
| visitor-hmac | 311a2aaa04e5ec8a128646beccc5ad602415b418705b4dc35cccae1dc4abab13 |
| hovercard-subject-tag | issue:1989828092 |
| github-keyboard-shortcuts | repository,issues,copilot |
| google-site-verification | Apib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I |
| octolytics-url | https://collector.github.com/github/collect |
| analytics-location | / |
| fb:app_id | 1401488693436528 |
| apple-itunes-app | app-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/AliceO2Group/O2CodeChecker/39/issue_layout |
| twitter:image | https://opengraph.githubassets.com/f8955b0b0e0c23db57bebf166ab4e069e0d475a46014dad8e203f7075dc4e1c7/AliceO2Group/O2CodeChecker/issues/39 |
| twitter:card | summary_large_image |
| og:image | https://opengraph.githubassets.com/f8955b0b0e0c23db57bebf166ab4e069e0d475a46014dad8e203f7075dc4e1c7/AliceO2Group/O2CodeChecker/issues/39 |
| og:image:alt | Problem I can't see custom rules aliceO2-member-name in the compiled product. # ./tool/O2codecheck -checks="-*,al*" --list-checks Enabled checks: altera-id-dependent-backward-branch altera-kernel-n... |
| og:image:width | 1200 |
| og:image:height | 600 |
| og:site_name | GitHub |
| og:type | object |
| og:author:username | cyw3 |
| hostname | github.com |
| expected-hostname | github.com |
| None | 2981c597c945c1d90ac6fa355ce7929b2f413dfe7872ca5c435ee53a24a1de50 |
| turbo-cache-control | no-preview |
| go-import | github.com/AliceO2Group/O2CodeChecker git https://github.com/AliceO2Group/O2CodeChecker.git |
| octolytics-dimension-user_id | 9053140 |
| octolytics-dimension-user_login | AliceO2Group |
| octolytics-dimension-repository_id | 78756657 |
| octolytics-dimension-repository_nwo | AliceO2Group/O2CodeChecker |
| octolytics-dimension-repository_public | true |
| octolytics-dimension-repository_is_fork | false |
| octolytics-dimension-repository_network_root_id | 78756657 |
| octolytics-dimension-repository_network_root_nwo | AliceO2Group/O2CodeChecker |
| turbo-body-classes | logged-out env-production page-responsive |
| disable-turbo | false |
| browser-stats-url | https://api.github.com/_private/browser/stats |
| browser-errors-url | https://api.github.com/_private/browser/errors |
| release | 73a426593e896c8afeb40b1706b74d04068aca2d |
| ui-target | full |
| theme-color | #1e2327 |
| color-scheme | light dark |
Links:
Viewport: width=device-width