Trivial updates

This commit is contained in:
Miroslav Stampar
2020-12-31 12:38:57 +01:00
parent f23c04131c
commit ae6a812ee1
3 changed files with 10 additions and 4 deletions

6
extra/shutils/pylint.sh Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/bash
# Copyright (c) 2006-2021 sqlmap developers (http://sqlmap.org/)
# See the file 'LICENSE' for copying permission
find . -wholename "./thirdparty" -prune -o -type f -iname "*.py" -exec pylint --rcfile=./.pylintrc '{}' \;