Skip to content

clang-tidy cannot be disabled since v2.16.1 #323

@kleisauke

Description

@kleisauke

What events trigger your workflow?

on: [pull_request]

What OS does your workflow use?

runs-on: ubuntu-24.04

How is cpp-linter-action configured?

- uses: cpp-linter/cpp-linter-action@v2
  id: linter
  with:
    style: file
    version: 19 # Ubuntu 24.04 provides clang-format-19
    tidy-checks: '-*' # disable clang-tidy
    lines-changed-only: true
    # ignore bundled files
    ignore: 'libvips/foreign/libnsgif|fuzz/StandaloneFuzzTargetMain.c'

What was the unexpected behavior?

Expected:
https://github.com/libvips/libvips/actions/runs/17233007247/job/48891247405#step:3:288

Actual:
https://github.com/libvips/libvips/actions/runs/17304292666/job/49123154107#step:3:328

i.e. I did not expect those /usr/bin/clang-tidy-19 ... command-line invocations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions