avoiding OCD attack with the help of folke/todo-comments (#839)

This commit is contained in:
Abouzar Parvan 2021-07-11 02:04:20 +04:30 committed by GitHub
parent 5c76003228
commit 93379a2977
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 20 additions and 19 deletions

View file

@ -1,6 +1,6 @@
local python_arguments = {}
-- TODO replace with path argument
-- TODO: replace with path argument
local flake8 = {
LintCommand = "flake8 --ignore=E501 --stdin-display-name ${INPUT} -",
lintStdin = true,