NVIDIA / open-gpu-kernel-modules

NVIDIA Linux open GPU kernel module source
Other
15.2k stars 1.28k forks source link

(suggestions) use a linter in your internal dev environment #115

Closed ghtesting2020 closed 2 years ago

ghtesting2020 commented 2 years ago

I'm seeing dozens of tickets that could be avoided if Nvidia used a linter in their own internal dev environment. GitHub Actions could also be implemented to autocheck code for compliance, security issues, quality, etc. At my work we use cppcheck for static code analysis and it's been amazing so far. SonarQube/Lint is also an option as well as being open source/free.

PAR2020 commented 2 years ago

@ghtesting2020 thanks for the suggestion, will look into it.

Tachi107 commented 2 years ago

Duplicate of #27

mmaneetsingh commented 2 years ago

Thank you for the suggestion @ghtesting2020. I have consolidated your feedback in #27 (thanks @Tachi107) and closing this issue.