Skip to content

Commit 80acf91

Browse files
authored
Update lint.yml to reflect documentation changes
1 parent e8cd376 commit 80acf91

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/lint.yml

+4-6
Original file line numberDiff line numberDiff line change
@@ -281,14 +281,12 @@ jobs:
281281
--skip-dir zzz_generated/app-common/app-common/zap-generated \
282282
--skip-dir src/app/zap-templates/templates \
283283
--skip-dir src/app/codegen-data-node-provider \
284-
--skip-dir src/data-model-providers
284+
--skip-dir src/data-model-providers \
285285
--skip-dir scripts/
286286
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
292290
- name:
293291
Check for use of 'emberAfReadAttribute' instead of the
294292
type-safe getters

0 commit comments

Comments
 (0)