Change start line count of config validation at 1

This commit is contained in:
Glowbal 2016-05-03 15:15:10 +02:00
parent 13c089b181
commit 75cbe7df4f

View File

@ -40,7 +40,7 @@ def check_config_style(filepath):
checkForSemiColumn = False
# Extra information so we know what line we find errors at
lineNumber = 0
lineNumber = 1
indexOfCharacter = 0
# Parse all characters in the content of this file to search for potential errors