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

cpplint is broken on master #197

Open
burgerdev opened this issue Feb 13, 2025 · 1 comment
Open

cpplint is broken on master #197

burgerdev opened this issue Feb 13, 2025 · 1 comment

Comments

@burgerdev
Copy link
Collaborator

Ex: https://github.com/google/glome/actions/runs/13305087395/job/37154173485?pr=195

Installing collected packages: cpplint
Successfully installed cpplint-2.0.0
cli/commands.c:404:  Add #include <cstdio> for puts  [build/include_what_you_use] [4]
cli/main.c:71:  Add #include <cstdio> for fputs  [build/include_what_you_use] [4]
glome_test.c:25:  Add #include <cstdio> for sscanf  [build/include_what_you_use] [4]
login/config.c:380:  Add #include <cstdio> for fclose  [build/include_what_you_use] [4]
login/config_test.c:66:  Add #include <cstdio> for fprintf  [build/include_what_you_use] [4]
login/crypto.c:78:  Add #include <cstdio> for snprintf  [build/include_what_you_use] [4]
login/login.c:527:  Add #include <cstdio> for perror  [build/include_what_you_use] [4]
login/main.c:30:  Add #include <cstdio> for fflush  [build/include_what_you_use] [4]
login/pam.c:134:  Add #include <cstdio> for vsnprintf  [build/include_what_you_use] [4]
login/pam_test.c:182:  Add #include <cstdio> for puts  [build/include_what_you_use] [4]
login/ui.c:70:  Add #include <cstdio> for sscanf  [build/include_what_you_use] [4]
@pkern
Copy link
Member

pkern commented Feb 13, 2025

cpplint/cpplint#302 is the upstream bug for this. cpplint/cpplint#306 seems to be an MR that might fix this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants