=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== pylint-2.6.0/doc/user_guide/ide-integration.rst-156- :Program: ``/path/to/pylint`` pylint-2.6.0/doc/user_guide/ide-integration.rst:157: :Parameters: ``$FilePath$`` pylint-2.6.0/doc/user_guide/ide-integration.rst-158- ############################################## pylint-2.6.0/doc/user_guide/ide-integration.rst-214- contain ``/usr/local/bin``). An actual example in this case might be pylint-2.6.0/doc/user_guide/ide-integration.rst:215: ``$PATH:/opt/local/bin:/usr/local/bin:/usr/texbin``, which includes other paths. pylint-2.6.0/doc/user_guide/ide-integration.rst-216- ############################################## pylint-2.6.0/doc/tutorial.rst-263- pylint-2.6.0/doc/tutorial.rst:264:If we run that rule using a ``--const-rgx='[a-z\_][a-z0-9\_]{2,30}$'`` option, it pylint-2.6.0/doc/tutorial.rst-265-will now be quite quiet: ############################################## pylint-2.6.0/debian/copyright-30-# What follows has been auto-generated with (running from an unpacked source tarball): pylint-2.6.0/debian/copyright:31:# for file in `find examples/ pylint/ tests/ -type f | sort` setup.py ; do c=`grep Copyright -w $file | sed 's/#//'`; if [ -n "$c" ] ; then echo -e "Files: $file\nCopyright:\n$c\nLicense: GPL-2+\n"; fi ; done pylint-2.6.0/debian/copyright-32-