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

clang_format_auto_fix defaults to true or false? #782

Open
sethkaz opened this issue Mar 29, 2024 · 1 comment
Open

clang_format_auto_fix defaults to true or false? #782

sethkaz opened this issue Mar 29, 2024 · 1 comment
Labels

Comments

@sethkaz
Copy link

sethkaz commented Mar 29, 2024

I'm implementing this action and using the clang_format linter. I tried implementing it with only:

      - name: Lint Action
        uses: wearerequired/lint-action@v2.3.0
        with:
          clang_format: true
          auto_fix: true

However, I found that the auto-fix wasn't happening. This seems counter to the README, which says that the [linter]_auto_fix defaults to true if the linter supports auto-fixing. (I verified this by adding the line: clang_format_auto_fix: true, and it worked.)

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label May 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant