Skip to content
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

Linter: Rules Updates [PC-914, MKC-11] #660

Merged
merged 9 commits into from
Feb 10, 2023
Merged

Commits on Nov 10, 2022

  1. Lint fix NXP® trademark

    marqdevx committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    287a41b View commit details
    Browse the repository at this point in the history
  2. Linter: Add NXP® rule

    marqdevx committed Nov 10, 2022
    Configuration menu
    Copy the full SHA
    ac4e5c2 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. Linter: USB-C trademark regex fix [PC-1014] (#632)

    * Fix USB-C Regex
    
    * Lint: USB-C trademark
    
    * Lint: Tech-specs, datasheets and features
    marqdevx committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    e97eea0 View commit details
    Browse the repository at this point in the history
  2. Linter: Add Edge Impulse® trademark rule[PC-1037] (#657)

    * Litner: Add Edge Impulse® rule
    
    * Fix Edge Impulse®
    marqdevx committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    83eaf00 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2022

  1. Configuration menu
    Copy the full SHA
    68f475a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2022

  1. Configuration menu
    Copy the full SHA
    b3225d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Merge pull request #641 from arduino/marqdevx/linter/nxp

    Linter: Add NXP® trademark rule [PC-1024]
    sebromero committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    fbd0332 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'private/main' into marqdevx/linter/rule…

    …s-updates
    
    # Conflicts:
    #	content/hardware/03.nano/boards/nano-33-ble-sense/tutorials/edge-impulse/edge-impulse.md
    #	content/hardware/03.nano/boards/nano-rp2040-connect/features.md
    marqdevx committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    e72bff4 View commit details
    Browse the repository at this point in the history
  3. [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
    
    It appears an incorrectly performed replace operation corrupted the URLs in the sketch header comments that link to the
    associated tutorial page.
    
    * Update URLs with broken redirects
    
    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.
    
    * Opta rule quickfix
    
    ---------
    
    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: Pablo Marquínez Ferrándiz <11246294+marqdevx@users.noreply.github.com>
    6 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ef6408c View commit details
    Browse the repository at this point in the history