Commit 80acf91 1 parent e8cd376 commit 80acf91 Copy full SHA for 80acf91
File tree 1 file changed +4
-6
lines changed
1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -281,14 +281,12 @@ jobs:
281
281
--skip-dir zzz_generated/app-common/app-common/zap-generated \
282
282
--skip-dir src/app/zap-templates/templates \
283
283
--skip-dir src/app/codegen-data-node-provider \
284
- --skip-dir src/data-model-providers
284
+ --skip-dir src/data-model-providers \
285
285
--skip-dir scripts/
286
286
287
- # git grep exits with 0 if it finds a match, but we want
288
- # to fail (exit nonzero) on match. And we want to exclude this file,
289
- # to avoid our grep regexp matching itself, as well as excluding the files
290
- # that implement the type-safe accessors, attribute writing from the wire, and some
291
- # Pigweed RPC code that seems hard to update.
287
+ # This check ensures that there are no `ember` nor `emAf` symbols being used
288
+ # We want to start removing exclusions as soon as they aren't required anymore
289
+ # To remove or add exclusions, simply add the directory as an argument with the `--skip-dir` flag
292
290
- name :
293
291
Check for use of 'emberAfReadAttribute' instead of the
294
292
type-safe getters
You can’t perform that action at this time.
0 commit comments