mirror of
https://github.com/google/pebble.git
synced 2025-05-28 14:03:12 +00:00
Import of the watch repository from Pebble
This commit is contained in:
commit
3b92768480
10334 changed files with 2564465 additions and 0 deletions
8
tools/arc/linting/applib.rule
Normal file
8
tools/arc/linting/applib.rule
Normal 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>
|
Loading…
Add table
Add a link
Reference in a new issue