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
Initialize config with default values if no config file can be parsed
If no configuration file is given on the command line and no
system configuration file can be found, initialize the settings to their
default values.
Avoids:
example.te: 0: (F): Unknown ordering configuration given to C-001 (F-002)
example.te: 9: (F): Could not find ordering info for line (F-002)
example.te: 10: (F): Could not find ordering info for line (F-002)
example.te: 11: (F): Could not find ordering info for line (F-002)
example.te: 12: (F): Could not find ordering info for line (F-002)
example.te: 14: (F): Could not find ordering info for line (F-002)
example.te: 15: (F): Could not find ordering info for line (F-002)
example.te: 17: (F): Could not find ordering info for line (F-002)
example.te: 18: (F): Could not find ordering info for line (F-002)
example.te: 25: (F): Could not find ordering info for line (F-002)
example.te: 27: (F): Could not find ordering info for line (F-002)
example.te: 28: (F): Could not find ordering info for line (F-002)
0 commit comments