You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# This file is part of Detekt - https://github.com/botherder/detekt
# See the file 'LICENSE' for copying permission.
NO_DRIVER = "Can't find a suitable driver to be used."
SERVICE_NO_START = "Can't start the service, try to restart the application or the computer if that didn't help."
SCAN_STARTING = "Start scanning. This might take some minutes..."
SCAN_FINISHED = "Scan finished."
SCAN_FAILED = "The scanning failed, try reinstalling the tool. If that doesn't help, provide the log file to your point of contact to investigate the issue."