dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
508 stars 321 forks source link

Coding Style #85

Open ghost opened 3 years ago

ghost commented 3 years ago

Hi,

please, be informed :

LINE : 06 Empty loop bodies should use {} or continue 
LINE : 16 Using C-style cast. Use reinterpret_cast<void *>(...) instead
LINE : 59 Do not use variable-length arrays. 
Use an appropriately named ('k' followed by CamelCase) compile-time constant for the size. 

BR, Oleg

github-actions[bot] commented 6 days ago

This issue is stale because it has been open for 30 days with no activity.