777a4d109d
* Threads: application id * Unit tests: appsdata getter test * Unit tests: moar test cases for appsdata getter * Unit tests: remove folders after test * Storage: dir_is_exist, migrate, + unit_tests * Plugins: migration * Storage: common_exists, moar unit_tests 4 "common_migrate", "common_migrate" and "common_merge" bugfixes * Storage: use FuriString for path handling * Storage API: send caller thread id with path * Storage: remove StorageType field in storage file list * Storage: simplify processing * Storage API: send caller thread id with path everywhere * Storage: /app alias, unit tests and path creation * Storage, path helper: remove unused * Examples: app data example * App plugins: use new VFS path * Storage: file_info_is_dir * Services: handle alias if the service accepts a path. * App plugins: fixes * Make PVS happy * Storage: fix storage_merge_recursive * Storage: rename process_aliases to resolve_path. Rename APPS_DATA to APP_DATA. * Apps: use predefined macro instead of raw paths. Example Apps Data: README fixes. * Storage: rename storage_common_resolve_path to storage_common_resolve_path_and_ensure_app_directory * Api: fix version * Storage: rename alias message * Storage: do not create app folders in path resolving process in certain cases. --------- Co-authored-by: Astra <93453568+Astrrra@users.noreply.github.com> Co-authored-by: Aleksandr Kutuzov <alleteam@gmail.com>
49 lines
1.0 KiB
Plaintext
49 lines
1.0 KiB
Plaintext
# MLib macros we can't do much about.
|
|
//-V:M_LET:1048,1044
|
|
//-V:M_EACH:1048,1044
|
|
//-V:ARRAY_DEF:760,747,568,776,729,712,654
|
|
//-V:LIST_DEF:760,747,568,712,729,654,776
|
|
//-V:BPTREE_DEF2:779,1086,557,773,512
|
|
//-V:DICT_DEF2:779,524,776,760,1044,1001,729,590,568,747,685
|
|
//-V:ALGO_DEF:1048,747,1044
|
|
//-V:TUPLE_DEF2:524,590,1001,760
|
|
|
|
# Non-severe malloc/null pointer deref warnings
|
|
//-V::522:2,3
|
|
|
|
# Warning about headers with copyleft license
|
|
//-V::1042
|
|
|
|
# Potentially null argument warnings
|
|
//-V:memset:575
|
|
//-V:memcpy:575
|
|
//-V:memcmp:575
|
|
//-V:strlen:575
|
|
//-V:strcpy:575
|
|
//-V:strncpy:575
|
|
//-V:strchr:575
|
|
|
|
# For loop warning on M_FOREACH
|
|
//-V:for:1044
|
|
|
|
# Bitwise OR
|
|
//-V:bit:792
|
|
|
|
# Do not complain about similar code
|
|
//-V::525
|
|
|
|
# Common embedded development pointer operations
|
|
//-V::566
|
|
//-V::1032
|
|
|
|
# Warnings about length mismatch
|
|
//-V:property_value_out:666
|
|
|
|
# Model-related warnings
|
|
//-V:with_view_model:1044,1048
|
|
|
|
# Functions that always return the same error code
|
|
//-V:picopass_device_decrypt:1048
|
|
|
|
# Examples
|
|
//V_EXCLUDE_PATH applications/examples/ |