-
Notifications
You must be signed in to change notification settings - Fork 198
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
Remove IncludeCategories
from .clang-format
#933
Conversation
rerun tests |
rerun tests |
CI is failing because of |
This must be a result of https://github.com/rapidsai/gpuci-scripts/pull/734. @rapidsai/ops do we need to actually add the token somewhere for this to work now? I'm not sure exactly what effect that change to gpuCI had, did it actually pull the token or just indicate that we wanted to use one? |
rerun tests |
1 similar comment
rerun tests |
@gpucibot merge |
It was recently noticed that the `IncludeCategories`: ``` IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 ``` In the `.clang-format` are not really necessary as `ext` has no meaning in RAPIDS. This PR removes these. Note these changes are being made in all repos: * `cudf`: rapidsai/cudf#9876 * `rmm`: rapidsai/rmm#933 * `cuml`: rapidsai/cuml#4438 * `cugraph`: rapidsai/cugraph#1987 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Mark Harris (https://github.com/harrism) URL: #470
It was recently noticed that the `IncludeCategories`: ``` IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 ``` In the `.clang-format` are not really necessary as `ext` has no meaning in RAPIDS. This PR removes these. Note these changes are being made in all repos: * `cudf`: rapidsai/cudf#9876 * `rmm`: rapidsai/rmm#933 * `cuml`: rapidsai/cuml#4438 * `cugraph`: rapidsai/cugraph#1987 * `cuspatial`: rapidsai/cuspatial#470 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Brad Rees (https://github.com/BradReesWork) - Corey J. Nolet (https://github.com/cjnolet) URL: #412
It was recently noticed that the `IncludeCategories`: ``` IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 ``` In the `.clang-format` are not really necessary as `ext` has no meaning in RAPIDS. This PR removes these. Note these changes are being made in all repos: * `cudf`: rapidsai/cudf#9876 * `rmm`: rapidsai/rmm#933 * `cuml`: rapidsai/cuml#4438 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - Chuck Hastings (https://github.com/ChuckHastings) URL: #1987
It was recently noticed that the `IncludeCategories`: ``` IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 ``` In the `.clang-format` are not really necessary as `ext` has no meaning in RAPIDS. This PR removes these. Note these changes are being made in all repos: * `cudf`: rapidsai/cudf#9876 * `rmm`: rapidsai/rmm#933 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - William Hicks (https://github.com/wphicks) - Divye Gala (https://github.com/divyegala) URL: #4438
It was recently noticed that the `IncludeCategories`: ``` IncludeCategories: - Regex: '^<ext/.*\.h>' Priority: 2 - Regex: '^<.*\.h>' Priority: 1 - Regex: '^<.*' Priority: 2 - Regex: '.*' Priority: 3 ``` In the `.clang-format` are not really necessary as `ext` has no meaning in RAPIDS. This PR removes these. Note these changes are being made in all repos: * `cudf`: rapidsai/cudf#9876 * `rmm`: rapidsai/rmm#933 Authors: - Conor Hoekstra (https://github.com/codereport) Approvers: - William Hicks (https://github.com/wphicks) - Divye Gala (https://github.com/divyegala) URL: rapidsai#4438
It was recently noticed that the
IncludeCategories
:In the
.clang-format
are not really necessary asext
has no meaning in RAPIDS. This PR removes these.