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-hooks
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.4
Choose a base ref
...
head repository: cpp-linter/cpp-linter-hooks
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.5
Choose a head ref
  • 5 commits
  • 12 files changed
  • 2 contributors

Commits on Jun 19, 2023

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

Commits on Dec 11, 2023

  1. Bump actions/checkout from 3 to 4 (#15)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    f680d5d View commit details
    Browse the repository at this point in the history
  2. Bump clang-tools from 0.8.0 to 0.9.0 (#16)

    Bumps [clang-tools](https://github.com/cpp-linter/clang-tools-pip) from 0.8.0 to 0.9.0.
    - [Release notes](https://github.com/cpp-linter/clang-tools-pip/releases)
    - [Commits](cpp-linter/clang-tools-pip@v0.8.0...v0.9.0)
    
    ---
    updated-dependencies:
    - dependency-name: clang-tools
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 11, 2023
    Configuration menu
    Copy the full SHA
    fe60a4a View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Bump actions/setup-python from 4 to 5 (#17)

    Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Dec 18, 2023
    Configuration menu
    Copy the full SHA
    4d7a774 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Support passing clang version (#18)

    * chore: update debug infor
    
    * chore: add debug info
    
    * chore: update debug infor
    
    * chore: update debug infor
    
    * chore: update
    
    * docs: update README.md
    shenxianpeng authored Dec 21, 2023
    Configuration menu
    Copy the full SHA
    b24169c View commit details
    Browse the repository at this point in the history
Loading