Open
Conversation
- 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.
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports |
- 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`.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Descrição
Checklist
Issues Relacionadas
Closes #58