Import of the watch repository from Pebble

This commit is contained in:
Matthieu Jeanson 2024-12-12 16:43:03 -08:00 committed by Katharine Berry
commit 3b92768480
10334 changed files with 2564465 additions and 0 deletions

View file

@ -0,0 +1,8 @@
<rule version="1">
<pattern>\b(task_|app_)?[cmz]alloc(_check)?</pattern>
<message>
<id>applib_malloc</id>
<severity>style</severity>
<summary>For structures that are exported, we try to always use applib_malloc. Please consider using this paradigm. If you have any questions, consult Bradley Murray. He is great.</summary>
</message>
</rule>