diff options
author | BlahGeek <i@blahgeek.com> | 2017-09-08 02:23:58 +0800 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2017-09-07 19:23:58 +0100 |
commit | 73d031d7eacba95c68287eddb52fb0b73947ba05 (patch) | |
tree | 6d12b5354686b3170637b93abb252f58eedf4697 /README.md | |
parent | 555d23c035cf032c5ed89d7d2b0d5b3c478b08c8 (diff) | |
download | ale-73d031d7eacba95c68287eddb52fb0b73947ba05.zip |
Add cuda nvcc linter (#874)
* add cuda nvcc linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ formatting. | Bourne Shell | shell [-n flag](http://linux.die.net/man/1/sh), [shellcheck](https://www.shellcheck.net/) | | C | [cppcheck](http://cppcheck.sourceforge.net), [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint), [gcc](https://gcc.gnu.org/), [clang](http://clang.llvm.org/), [clangtidy](http://clang.llvm.org/extra/clang-tidy/) !!, [clang-format](https://clang.llvm.org/docs/ClangFormat.html)| | C++ (filetype cpp) | [clang](http://clang.llvm.org/), [clangcheck](http://clang.llvm.org/docs/ClangCheck.html) !!, [clangtidy](http://clang.llvm.org/extra/clang-tidy/) !!, [cppcheck](http://cppcheck.sourceforge.net), [cpplint](https://github.com/google/styleguide/tree/gh-pages/cpplint) !!, [gcc](https://gcc.gnu.org/), [clang-format](https://clang.llvm.org/docs/ClangFormat.html)| +| CUDA | [nvcc](http://docs.nvidia.com/cuda/cuda-compiler-driver-nvcc/index.html) | | C# | [mcs](http://www.mono-project.com/docs/about-mono/languages/csharp/) | | Chef | [foodcritic](http://www.foodcritic.io/) | | CMake | [cmakelint](https://github.com/richq/cmake-lint) | |