Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically reformat all files #638

Merged
merged 1 commit into from
Nov 21, 2024
Merged

Automatically reformat all files #638

merged 1 commit into from
Nov 21, 2024

Conversation

claudioandre-br
Copy link
Member

@claudioandre-br claudioandre-br commented Nov 21, 2024

Describe your changes

Stop thinking and use the Prettier tool. The changes in this commit were basically generated by a tool.
This is invasive, but important. So let's do it before version 1.0.

  • The command to use is:
docker run --rm -e DEFAULT_BRANCH=main -e RUN_LOCAL=true \
  -e FIX_[each-toll]=true -e USE_FIND_ALGORITHM=true \
  -v $(pwd):/tmp/lint ghcr.io/super-linter/super-linter:v7.2.0

Checklist before requesting a review

  • I checked that all workflows return a success.
  • I have performed a self-review of my code.
  • I have added tests that prove my fix is effective or that my feature works.
  • I followed the Conventional Commit spec.

Maintainer tasks

  • Label as either: bug, ci, docker, documentation, enhancement.
  • Sign unsigned commits.

Stop thinking and use the Prettier tool. The changes in this commit
were basically generated by a tool.
This is invasive, but important. So let's do it before version 1.0.

- The command to use is:
docker run --rm -e DEFAULT_BRANCH=main -e RUN_LOCAL=true \
  -e FIX_[each-toll]=true -e USE_FIND_ALGORITHM=true \
  -v $(pwd):/tmp/lint ghcr.io/super-linter/super-linter:v7.2.0

Signed-off-by: Claudio André <[email protected]>
@claudioandre-br claudioandre-br added the documentation Improvements or additions to documentation label Nov 21, 2024
@claudioandre-br
Copy link
Member Author

  • 17 md files;
  • 4 json files.

Only reformatting.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Auto approved PR

@claudioandre-br
Copy link
Member Author

bot: MERGE skip

Copy link

🤖: status
- reviewDecision: APPROVED ✔
- mergeStateStatus: CLEAN ✔

@github-actions github-actions bot merged commit 7cb1acf into main Nov 21, 2024
16 checks passed
@claudioandre-br claudioandre-br deleted the style/fix branch November 21, 2024 16:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant