-# Output message template for found warnings and errors\r
-MESSAGE_TEMPLATE = "{file}:{line}: {severity} ({id}): {message}"\r
-\r
-# Checks to suppress so that generated warnings are discarded\r
-SUPPRESS_WARNINGS = variableScope \\r
- missingInclude\r
-\r
-# Extra paths to search for include files\r
-INCLUDE_PATHS = $(LUFA_ROOT_PATH)/LUFA/CodeTemplates/\r
-\r
-\r
-all: begin staticcheck end\r