8000 Publish generated list of rules on documentation website by per1234 · Pull Request #261 · arduino/arduino-lint · GitHub
[go: up one dir, main page]

Skip to content

Publish generated list of rules on documentation website #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 12 commits into from
Aug 26, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Use different syntax style for arbitrary array elements in rule descr…
…iptions

Some of the rules must refer to data paths in configuration files such as the package index. In the case of arrays, it is
necessary to indicate that the reference applies to an arbitrary element. Prefiously, the `[]` syntax was used for this
purpose (e.g., `packages[].tools[]`). It is now changed to using `[*]` (e.g., `packages[*].tools[*]`).
  • Loading branch information
per1234 committed Aug 26, 2021
commit 5fc2ed4b1ae25a33e8c08151fef8105ca48e5be4
Loading
0