aws-samples / ec2-classic-resource-finder

This script enables the identification of resources running in Amazon EC2 Classic
MIT No Attribution
131 stars 82 forks source link

Format files #28

Closed bcdady closed 2 years ago

bcdady commented 2 years ago

Format markdown and scripts with the trunk.io tool

bcdady commented 2 years ago

The formatting of these files was automatically updated by use of the trunk.io tool. I could push another branch with the trunk and associated lint/format tools for later merge consideration.

Here are the tools that trunk set up and ran for this project:

./.trunk/trunk.yaml

version: 0.1
cli:
  version: 0.11.0-beta
lint:
  enabled:
    - black@22.3.0
    - flake8@4.0.1
    - gitleaks@8.3.0
    - isort@5.9.3
    - markdownlint@0.31.1
    - prettier@2.5.1
    - shellcheck@0.8.0
    - shfmt@3.4.0