mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-05-13 08:56:41 +00:00
Trivial updates
This commit is contained in:
parent
f23c04131c
commit
ae6a812ee1
3 changed files with 10 additions and 4 deletions
6
extra/shutils/pylint.sh
Executable file
6
extra/shutils/pylint.sh
Executable 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 '{}' \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue