Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
プロジェクト内のすべての C/C++ ファイルのレポートを取得するために、単一のファイルではなくプロジェクト全体でcpplint.pyを実行したいと考えています。macOS と Windows でこれを行う方法は?
私はUbuntuを使用しているので、私の経験は単なる参考です。
./cpplint.py ~/projects/* ~/projects/*/* # or you can: ./cpplint.py ~/projects/*.* ~/projects/*/*.*