Bennett Gould

Results 3 issues of Bennett Gould

I would like to import the package and pass a file to a function to have it lint the file, without using command line. For example, ``` import yamllint linted_file...

The step function kept failing on the lowest memory option that I provided. This was due to a timeout on the lambda. Either the powertuning step function should also increment...

enhancement
help wanted

Remove extra space and set pipefail option set -o pipefail This setting prevents errors in a pipeline from being masked. If any command in a pipeline fails, that return code...