NVIDIA / DIGITS

Deep Learning GPU Training System
https://developer.nvidia.com/digits
BSD 3-Clause "New" or "Revised" License
4.12k stars 1.38k forks source link

De-lint the code and add linters to TravisCI #1153

Open lukeyeager opened 7 years ago

lukeyeager commented 7 years ago
Language Linter
Python flake8
Lua luacheck
Javascript closure-linter
HTML/Jinja ???
lukeyeager commented 7 years ago

For motivation, a quick look through the output of pyflakes discovered some real bugs (see https://github.com/NVIDIA/DIGITS/pull/1154). Staying lint-free would likely help avoid some more bugs in the future.