Tyler VanZanten
Tyler VanZanten
Updated the RuboCop configuration file so that Travis CI builds no longer fail. https://docs.rubocop.org/rubocop/1.19/cops_style.html#stylemissingrespondtomissing The changes were based on the error output from this failed run on Travis CI: https://app.travis-ci.com/github/bamlab/fastlane-plugin-cordova/builds/230500476...
**Describe the bug** `npm-groovy-lint` is reporting it found 1 error when it linted the Groovy files on our branch in the GitHub Actions MegaLinter workflow, but when we expand the...
I updated to the latest version of the XML file
Update the GitHub actions workflows to use the latest version of multiple actions, including `actions/checkout`, `actions/setup-java`, `actions/cache`, and `release-drafter/release-drafter`: https://github.com/actions/checkout/tags https://github.com/actions/setup-java/tags https://github.com/actions/cache?tab=readme-ov-file#v4 https://github.com/release-drafter/release-drafter/tags
Update the GitHub actions workflows to use the latest version of multiple actions, including `actions/checkout`, `actions/setup-java`, and `actions/cache`, : https://github.com/actions/checkout/tags https://github.com/actions/setup-java/tags https://github.com/actions/cache?tab=readme-ov-file#v4
I updated Prettier to the latest version and then I ran `npm run format` (which in turn calls `prettier --write "{src,server}/**/*.{tsx,ts,jsx,js,json,scss}"`).
Wrap bare URLs with angle brackets in Markdown files. Rationale: Without angle brackets, a bare URL or email isn't converted into a link by some Markdown parsers. https://github.com/DavidAnson/markdownlint/blob/main/doc/Rules.md#md034---bare-url-used