Removing some obsolete files

This commit is contained in:
Miroslav Stampar
2025-05-08 22:07:24 +02:00
parent 7b9af2c3b3
commit 48843acbf3
4 changed files with 2 additions and 555 deletions

View File

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