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.8.1
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.9.0
Choose a head ref
  • 4 commits
  • 30 files changed
  • 2 contributors

Commits on Mar 28, 2024

  1. more doc updates (#100)

    updates that correspond to progress learned in cpp-linter/cpp-linter-action#226
    2bndy5 authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    4152a77 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

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

Commits on Apr 27, 2024

  1. abstract api_request() with custom rate-limit headers (#104)

    also moves has_more_pages() into rest_api_client.py module
    2bndy5 authored Apr 27, 2024
    Configuration menu
    Copy the full SHA
    df1c01a View commit details
    Browse the repository at this point in the history

Commits on May 6, 2024

  1. Glob ignores (#103)

    * support glob patterns
    * apply filter to clang-tools specifically
    * pass args around collectively
    * don't create ArgParser on module import; review CLI doc
    * apply globs to matching sub dir files
    * fix typing for --jobs option
    * de-parallelize advice and files arrays
    2bndy5 authored May 6, 2024
    Configuration menu
    Copy the full SHA
    6ccb834 View commit details
    Browse the repository at this point in the history
Loading