Skip to content
This documentation applies to Codacy Self-hosted v2.0.0

For the latest updates and improvements, see the latest Cloud documentation instead.

Specifying language

Although our tools try to detect which language is used on each file, some false positives may occur.

To instruct which language you want Codacy to use, you can define the following in a Codacy configuration file - .codacy.yml:

---
engines:
  cppcheck:
    enabled: true
    language: c++

Supported languages: C, C++

Supported engines: codacy-cppcheck

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.

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

Last modified August 7, 2020