Skip to content

Feature/lint issues#75

Open
gabrielbmoro wants to merge 7 commits intomasterfrom
feature/lint-issues
Open

Feature/lint issues#75
gabrielbmoro wants to merge 7 commits intomasterfrom
feature/lint-issues

Conversation

@gabrielbmoro
Copy link
Copy Markdown

@gabrielbmoro gabrielbmoro commented Apr 11, 2026

Descrição

  • Resolve lint issues de markdown e yaml

Checklist

  • Os testes foram executados e passaram com sucesso.
  • As alterações de código seguem as diretrizes de estilo do projeto.
  • Foram adicionados testes, se aplicável.
  • Se inscreveu no canal?😛

Issues Relacionadas

Closes #58

- Introduce `INPUT_PATH` variable and use existing `DETEKT_CONFIG` and `DETEKT_CLI` variables in the execution command.
- Update the execution command to use explicit flags (`--input`, `--config`, `--excludes`, `--debug`) instead of short-form arguments.
- Simplify the error message when the Detekt CLI is not found.
- Standardize quote usage in GitHub `build.yml` workflow.
- Disable `MARKDOWN_MARKDOWNLINT` in MegaLinter configuration.
- Remove redundant Markdown lint configuration settings and comments.
- Add `JAVASCRIPT_PRETTIER_FILTER_REGEX_INCLUDE` to target the `.github/` directory in MegaLinter.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 11, 2026

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ KOTLIN detekt yes no no 4.67s
✅ MARKDOWN markdownlint 6 0 0 0.6s
✅ YAML prettier 6 0 0 0.65s

See detailed report in MegaLinter reports

MegaLinter is graciously provided by OX Security

- Add `run_prettier.sh` script to automate formatting for the `.github` directory.
- Remove `JAVASCRIPT_PRETTIER_FILTER_REGEX_INCLUDE` from `.mega-linter.yml`.
- Add titles to `CONTRIBUTOR_PROJECT.md` and `CONTRIBUTOR_WIKI.md`.
- Disable several rules in `.markdownlint.json`, including `MD013`, `MD045`, `MD036`, `MD051`, `MD040`, and `MD033`.
- Create `run_markdownlint.sh` script to automate linting and fixing of markdown files.
- Enable `MARKDOWN_MARKDOWNLINT` in `.mega-linter.yml`.
- Change "Descrição" header from H2 to H1 in `.github/PULL_REQUEST_TEMPLATE.md`.
- Update `INPUT_PATH` in `run_prettier.sh` to target the project root instead of the `.github` directory.
- Reformat Lottie `logo.json` and iOS asset `Contents.json` files for consistent JSON formatting.
- Update italicization syntax in `CODE_OF_CONDUCT.md`.
- Apply minor whitespace and formatting cleanup to `detekt.yml`, `.mega-linter.yml`, and `google-services.json`.
- Disable the `MD059` rule in `.markdownlint.json`.
@gabrielbmoro gabrielbmoro marked this pull request as ready for review April 11, 2026 19:35
@gabrielbmoro gabrielbmoro requested a review from a team as a code owner April 11, 2026 19:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Solve Markdown lint issues

1 participant