automatic-ripping-machine/.pylintrc
1337-server 5c463d92e0 changed around check_db_version and duplicate_run_check - to lower chances of db errors
check_db_version will now create a default user with default password - should fix issues where users insert a disc without visiting /setup

ui.abandon_job() should now properly catch exceptions in the right order

removed routes.setup_stage2() as its no longer needed. Users can now just change the password or modify the python files for more security

removed comments from env.py to fix sonarlint warning
2022-04-08 20:25:37 +01:00

18 lines
375 B
INI
Executable file

[LOGGING]
# Format style used to check logging format string. `old` means using %
# formatting, while `new` is for `{}` formatting.
logging-format-style=new
disable=broad-except,
logging-fstring-interpolation
[FORMAT]
# Maximum number of characters on a single line.
max-line-length=120
[TYPECHECK]
generated-members=app.logger
ignored-classes=scoped_session