Skip to content

Adding ESLint 9 and PMD 7 as new supported tools September, 2024#

On September, 2024 Codacy added ESLint 9 and PMD 7 as new supported tools and it will deprecate ESLint 8 and PMD 6 soon:

  • ESLint 9 and PMD 7 won't be enabled by default for new repositories. Update these tools version to benefit from the new features and fixes.

  • ESLint 8 and PMD 6 will still be available but Codacy will stop providing updates for this version of the tool, and it will be deprecated

  • ESLint 7 will be deleted

Migrating your configuration files to use ESLint 9#

ESLint 9 introduces breaking changes that may affect the analysis of your repositories.

If you're using the following ESLint configuration files ".eslintrc.js", ".eslintrc.cjs", ".eslintrc.yaml", ".eslintrc.yml", ".eslintrc.json" you must update your configuration file before enabling ESLint 9 on Codacy because the only ESLint configuration files supported are "eslint.config.js", "eslint.config.mjs", "eslint.config.cjs" and you can check how to create them here

If you have any questions or need help, please contact support@codacy.com.

PMD 7#

PMD 7 introduces some changes

PMD 7 now supports Kotlin, Swift and TypeScript, apart from the other languages already part of the previous version of the tool

If you have any questions or need help, please contact support@codacy.com.

Share your feedback 📢

Did this page help you?

Thanks for the feedback! Is there anything else you'd like to tell us about this page?

We're sorry to hear that. Please let us know what we can improve:

Alternatively, you can create a more detailed issue on our GitHub repository.

Thanks for helping improve the Codacy documentation.

Edit this page on GitHub if you notice something wrong or missing.

If you have a question or need help please contact support@codacy.com.

Last modified October 9, 2024