HEX
Server: Apache
System: Linux zacp120.webway.host 4.18.0-553.50.1.lve.el8.x86_64 #1 SMP Thu Apr 17 19:10:24 UTC 2025 x86_64
User: govancoz (1003)
PHP: 8.3.26
Disabled: exec,system,passthru,shell_exec,proc_close,proc_open,dl,popen,show_source,posix_kill,posix_mkfifo,posix_getpwuid,posix_setpgid,posix_setsid,posix_setuid,posix_setgid,posix_seteuid,posix_setegid,posix_uname
Upload Files
File: //opt/cloudlinux/venv/lib/python3.11/site-packages/prospector/profiles/profiles/strictness_low.yaml
allow-shorthand: false

inherits:
  - strictness_medium

pylint:
  disable:
    - blacklisted-name
    - missing-docstring
    - line-too-long
    - E1103
    - duplicate-code
    - too-many-branches
    - too-many-arguments
    - too-many-locals
    - too-many-statements
    - R0924
    - unnecessary-pass
    - unnecessary-lambda
    - duplicate-key
    - eval-used
    - lost-exception
    - bad-staticmethod-argument
    - protected-access
    - signature-differs
    - lowercase-l-suffix
    - deprecated-module
    - global-variable-not-assigned
    - unused-import
    - unused-variable
    - unused-argument
    - unused-wildcard-import
    - redefined-builtin
    - redefine-in-handler
    - bare-except
    - logging-not-lazy
    - bad-format-string-key
    - anomalous-unicode-escape-in-string
    - W5101

pyflakes:
  disable:
    - F401
    - F841

frosted:
  disable:
    - E101
    - E307
    - W101

pycodestyle:
  disable:
    - E501
    - E711
    - E712
    - E721
    - W503

pyroma:
  disable:
    - PYR06
    - PYR09

pydocstyle:
  run: false