IoTReady / aws_iot_demo

Block comment should start with # FLK-E265
Style
Minor
5 occurrences in this check
block comment should start with '# '
 5#
 6# Name: Bot
 7# {
 8#	"state": { 9#		"desired":{
10#			"property":<INT VALUE>
11#		}
block comment should start with '# '
 9#		"desired":{
10#			"property":<INT VALUE>
11#		}
12#	}13# }
14
15# Custom Shadow callback
block comment should start with '# '
 8#	"state": {
 9#		"desired":{
10#			"property":<INT VALUE>
11#		}12#	}
13# }
14
block comment should start with '# '
 7# {
 8#	"state": {
 9#		"desired":{
10#			"property":<INT VALUE>11#		}
12#	}
13# }
block comment should start with '# '
 6# Name: Bot
 7# {
 8#	"state": {
 9#		"desired":{10#			"property":<INT VALUE>
11#		}
12#	}