Enabling clang tidy CI failures#998
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #998 +/- ##
=======================================
Coverage 94.95% 94.95%
=======================================
Files 53 53
Lines 4397 4399 +2
=======================================
+ Hits 4175 4177 +2
Misses 222 222 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| - key: readability-identifier-naming.ConstantCase | ||
| value: lower_case |
There was a problem hiding this comment.
I know at least one constant GAS_CONSTANT is not lower case.
There was a problem hiding this comment.
true, do you have a preference for how we should name these? We have said in the past that we adhere to the google style guide, but they have a different naming convention for constants. I don't actually care what pattern we you, so happy to make clang tidy do whatever you like most
There was a problem hiding this comment.
I think we can just use uppercase since the constants defined in util/constants.hpp use uppercase, though I could be wrong in other part of the code. In that case, we might want to disable this check. I also don’t have a preference about code style.
|
Not a big deal, but since the PR title becomes the content of the release, it might be nice to make the issue name a bit more formal. |
updated. Feel free to change it if you have a better idea |
Closes #988