|
90 | 90 | --skip-dir platform/webos \
|
91 | 91 | --skip-dir platform/Zephyr \
|
92 | 92 | --skip-dir test_driver \
|
| 93 | + --skip-dir platform/NuttX \ |
93 | 94 | --known-failure app/app-platform/ContentApp.cpp \
|
94 | 95 | --known-failure app/app-platform/ContentApp.h \
|
95 | 96 | --known-failure app/app-platform/ContentAppPlatform.cpp \
|
@@ -118,6 +119,10 @@ jobs:
|
118 | 119 | --known-failure app/util/DataModelHandler.h \
|
119 | 120 | --known-failure app/util/ember-compatibility-functions.cpp \
|
120 | 121 | --known-failure app/util/ember-compatibility-functions.h \
|
| 122 | + --known-failure app/util/ember-global-attribute-access-interface.cpp \ |
| 123 | + --known-failure app/util/ember-global-attribute-access-interface.h \ |
| 124 | + --known-failure app/util/ember-io-storage.cpp \ |
| 125 | + --known-failure app/util/ember-io-storage.h \ |
121 | 126 | --known-failure app/util/endpoint-config-api.h \
|
122 | 127 | --known-failure app/util/generic-callbacks.h \
|
123 | 128 | --known-failure app/util/generic-callback-stubs.cpp \
|
@@ -205,7 +210,7 @@ jobs:
|
205 | 210 | # TODO: TLVDebug should ideally not be excluded here.
|
206 | 211 | # TODO: protocol_decoder.cpp should ideally not be excluded here.
|
207 | 212 | # TODO: PersistentStorageMacros.h should ideally not be excluded here.
|
208 |
| - git grep -I -n "PRI.64" -- './*' ':(exclude).github/workflows/lint.yml' ':(exclude)examples/chip-tool' ':(exclude)examples/tv-casting-app' ':(exclude)src/app/MessageDef/MessageDefHelper.cpp' ':(exclude)src/app/tests/integration/chip_im_initiator.cpp' ':(exclude)src/lib/core/TLVDebug.cpp' ':(exclude)src/lib/dnssd/tests/TestTxtFields.cpp' ':(exclude)src/lib/format/protocol_decoder.cpp' ':(exclude)src/lib/support/PersistentStorageMacros.h' ':(exclude)src/messaging/tests/echo/echo_requester.cpp' ':(exclude)src/platform/Linux' ':(exclude)src/platform/Ameba' ':(exclude)src/platform/ESP32' ':(exclude)src/platform/Darwin' ':(exclude)src/darwin' ':(exclude)src/platform/webos' ':(exclude)zzz_generated/chip-tool' ':(exclude)src/tools/chip-cert/Cmd_PrintCert.cpp' && exit 1 || exit 0 |
| 213 | + git grep -I -n "PRI.64" -- './*' ':(exclude).github/workflows/lint.yml' ':(exclude)examples/chip-tool' ':(exclude)examples/tv-casting-app' ':(exclude)src/app/MessageDef/MessageDefHelper.cpp' ':(exclude)src/app/tests/integration/chip_im_initiator.cpp' ':(exclude)src/lib/core/TLVDebug.cpp' ':(exclude)src/lib/dnssd/tests/TestTxtFields.cpp' ':(exclude)src/lib/format/protocol_decoder.cpp' ':(exclude)src/lib/support/PersistentStorageMacros.h' ':(exclude)src/messaging/tests/echo/echo_requester.cpp' ':(exclude)src/platform/Linux' ':(exclude)src/platform/Ameba' ':(exclude)src/platform/ESP32' ':(exclude)src/platform/Darwin' ':(exclude)src/darwin' ':(exclude)src/platform/webos' ':(exclude)zzz_generated/chip-tool' ':(exclude)src/tools/chip-cert/Cmd_PrintCert.cpp' ':(exclude)src/platform/NuttX' && exit 1 || exit 0 |
209 | 214 |
|
210 | 215 | # git grep exits with 0 if it finds a match, but we want
|
211 | 216 | # to fail (exit nonzero) on match. And we want to exclude this file,
|
@@ -242,7 +247,7 @@ jobs:
|
242 | 247 | output.
|
243 | 248 | if: always()
|
244 | 249 | run: |
|
245 |
| - git grep -I -n '0x%[0-9l.-]*[^0-9lxX".-]' -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0 |
| 250 | + git grep -I -n '0x%[0-9l.*-]*[^xX"0-9l.*-]' -- './*' ':(exclude).github/workflows/lint.yml' && exit 1 || exit 0 |
246 | 251 |
|
247 | 252 | # git grep exits with 0 if it finds a match, but we want
|
248 | 253 | # to fail (exit nonzero) on match. And we want to exclude this file,
|
|
0 commit comments