-
-
Notifications
You must be signed in to change notification settings - Fork 440
[PC-1054] Content System: Trademarks rule addition to Linter tool #833
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
marqdevx
merged 9 commits into
marqdevx/linter/rules-updates
from
sync/taddy/trademarks-linter-tool-addition
Feb 9, 2023
Merged
[PC-1054] Content System: Trademarks rule addition to Linter tool #833
marqdevx
merged 9 commits into
marqdevx/linter/rules-updates
from
sync/taddy/trademarks-linter-tool-addition
Feb 9, 2023
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ds Arduino Opta® & MIPI® / A-PHY® / CSI-2® / I3C® / M-PHY® rule)
It appears an incorrectly performed replace operation corrupted the URLs in the sketch header comments that link to the associated tutorial page.
The organization of the pages under arduino.cc are in a constant state of flux. There is some attempt to set up redirects from the old URLs, but this is done inconsistently, breaking the links to the previous pages.
Fix broken URLs and links
✅ docs-content deploy preview ready
|
…-linter-tool-addition
…ks-linter-tool-addition
marqdevx
added a commit
that referenced
this pull request
Feb 10, 2023
* Lint fix NXP® trademark * Linter: Add NXP® rule * Linter: USB-C trademark regex fix [PC-1014] (#632) * Fix USB-C Regex * Lint: USB-C trademark * Lint: Tech-specs, datasheets and features * Linter: Add Edge Impulse® trademark rule[PC-1037] (#657) * Litner: Add Edge Impulse® rule * Fix Edge Impulse® * [PC-1054] Content System: Trademarks rule addition to Linter tool (#833) * Initial Commit - Trademarks rule addition & update to linter tool (Adds Arduino Opta® & MIPI® / A-PHY® / CSI-2® / I3C® / M-PHY® rule) * Trademarks rule RegEx updated (PCRE) * Opta Trademark rule update * Fix malformed URLs in sketch comments * Update URLs with broken redirects * Opta rule quick fix --------- Co-authored-by: TaddyHC <k.hochung@arduino.cc> Co-authored-by: per1234 <accounts@perglass.com> Co-authored-by: Sebastian Romero <s.romero@arduino.cc> Co-authored-by: marqdevx <p.marquinez@arduino.cc> --------- Co-authored-by: TaddyHC <94547080+TaddyHC@users.noreply.github.com> Co-authored-by: Sebastian Romero <s.romero@arduino.cc> Co-authored-by: Arduino Bot <ArduinoBot@users.noreply.github.com> Co-authored-by: TaddyHC <k.hochung@arduino.cc> Co-authored-by: per1234 <accounts@perglass.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What This PR Changes
Addition & update to Trademarks rule to Linter tool
Contribution Guidelines