Rudziankoŭ

Results 2 issues of Rudziankoŭ

Environment: cfn-lint `v0.14.0`, docker image: `alpine3.8`, python alpine version: `3.6.6-r0` content of `cfn.yaml`: ``` --- AWSTemplateFormatVersion: '2010-09-09' #... see tabs the end of previous line ``` Execution command: `python3 -m...

bug
wontfix

- int type is added into dict in [SimpleMemoryBackend.increment](https://github.com/argaen/aiocache/blob/0.11.1/aiocache/backends/memory.py#L60) - [JsonSerializer.loads](https://github.com/argaen/aiocache/blob/0.11.1/aiocache/serializers/serializers.py#L151) tries to load int value. As result: TypeError the JSON object must be str, bytes or bytearray, not int