Ilya Sher
Ilya Sher
https://github.com/aws-cloudformation/cfn-lint/blob/488e6550d161ec3cd782b1774416630940c596c4/examples/rules/PropertiesTagsIncluded.py#L36-L37 `all_tags` is not used after this.
`MultiplyWaitStrategy` should be named `ExponentialWaitStrategy` or something similar. See https://en.wikipedia.org/wiki/Exponential_backoff
... at least semantically same
To be consistent with other parts, `stat()` which returns a `Stat`, should be defined as `F Stat(...)`. Open issue: what about `lstat` which also returns `Stat`?
* Similar to `pick` - https://lodash.com/docs/4.17.15#pick * Should work on objects/hashes * Should work on arrays of objects/hashes
Given the hash `h`, check that either key `k` is not present or, if it is present, it matches the pattern `p`. Right now there is no straightforward way to...