Added the ability to specify types of a check to ignore in the configuration section of Vulcan
Example:
Code (YAML):
Vulcan:
Disabled-Recordings
:
- step
# Disable every type of step
- flighta
# Only disable flight a
Also made the configuration section of Vulcan case insensitive.
Update notification will no longer show as an error message in console, instead it is not an info message.