feat: support create/alter/drop user
statement
#8964
style.yml
on: pull_request
cpplint
1m 5s
detect-secrets
2m 16s
shellcheck
18s
pylint
2m 3s
Annotations
5 errors and 3 warnings
pylint
Process completed with exit code 2.
|
detect-secrets:
src/codec/codec_test.cc#L546
[detect-secrets] reported by reviewdog 🐶
* Hex High Entropy String
Raw Output:
message:"\n* Hex High Entropy String" location:{path:"src/codec/codec_test.cc" range:{start:{line:546}}} severity:ERROR source:{name:"detect-secrets" url:"https://github.com/Yelp/detect-secrets"}
|
detect-secrets:
src/codec/codec_test.cc#L547
[detect-secrets] reported by reviewdog 🐶
* Hex High Entropy String
Raw Output:
message:"\n* Hex High Entropy String" location:{path:"src/codec/codec_test.cc" range:{start:{line:547}}} severity:ERROR source:{name:"detect-secrets" url:"https://github.com/Yelp/detect-secrets"}
|
detect-secrets:
src/codec/codec_test.cc#L548
[detect-secrets] reported by reviewdog 🐶
* Hex High Entropy String
Raw Output:
message:"\n* Hex High Entropy String" location:{path:"src/codec/codec_test.cc" range:{start:{line:548}}} severity:ERROR source:{name:"detect-secrets" url:"https://github.com/Yelp/detect-secrets"}
|
detect-secrets:
src/codec/codec_test.cc#L549
[detect-secrets] reported by reviewdog 🐶
* Hex High Entropy String
Raw Output:
message:"\n* Hex High Entropy String" location:{path:"src/codec/codec_test.cc" range:{start:{line:549}}} severity:ERROR source:{name:"detect-secrets" url:"https://github.com/Yelp/detect-secrets"}
|
cpplint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
cpplint:
src/codec/encrypt.h#L39
[cpplint] reported by reviewdog 🐶
Missing space before ( in for( [whitespace/parens] [5]
Raw Output:
src/codec/encrypt.h:39: Missing space before ( in for( [whitespace/parens] [5]
|
cpplint:
src/codec/encrypt.h#L40
[cpplint] reported by reviewdog 🐶
Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
Raw Output:
src/codec/encrypt.h:40: Using C-style cast. Use static_cast<int>(...) instead [readability/casting] [4]
|