Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cpp-linter/cpp-linter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.6.0
Choose a base ref
...
head repository: cpp-linter/cpp-linter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.6.1
Choose a head ref
  • 4 commits
  • 15 files changed
  • 2 contributors

Commits on May 20, 2023

  1. Sonar cloud concerns (#33)

    * fix some "code smell"
       ran black
    * try to use a more specific regex pattern
    2bndy5 authored May 20, 2023
    Configuration menu
    Copy the full SHA
    7405a4a View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Update FUNDING.yml

    fix: delete PayPal that I don't use often
    shenxianpeng authored Oct 30, 2023
    Configuration menu
    Copy the full SHA
    b556ddb View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix format comment (#36)

    * fix format comments
    
    - make sure that total count of files that need formatting align with the number of files listed
    - respect all values of `lines-changed-only` when creating format comment
    
    * ensure clang v12 is installed
    
    Ubuntu-latest runners no longer ship with clang v12
    
    * update pre-commit hooks
    2bndy5 authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    977eb16 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. resolve #34 (#35)

    * replace pylint with ruff and fix docs/tests
    
    * allow LGTM comment when no files checked or failed
    
    * do not exit early if no files are checked
    
    allows LGTM comment in such a case
    fix unit test and comments.json debug output file
    
    * ensure CACHE_PATH exists before doing anything
    
    * tally format advice if file-annotations is false
    
    applied in make_annotations()
    
    * annotate tidy advice if file-annotations is on
    
    found a bug where file-annotations=false & tidy advice was still posted
    
    * modify log output to reflect count not annotations
    
    * fix filename matching for tidy annotations
    
    also adjust unit test to use a src that triggers tidy annotations
    2bndy5 authored Nov 9, 2023
    Configuration menu
    Copy the full SHA
    99aa469 View commit details
    Browse the repository at this point in the history
Loading