codacy / codacy-analysis-cli-action

GitHub Action for the codacy-analysis-cli
https://github.com/codacy/codacy-analysis-cli
Apache License 2.0
56 stars 18 forks source link

[TS-401] attempts to disable individual tools are fully ignored #117

Closed mirabilos closed 1 year ago

mirabilos commented 1 year ago

Due to the amount of issues with these tools, I tried disabling them per the documentation…

$ cat .codacy.yml 
---
engines:
  pylint:
    # pylintpython3 is used instead
    enabled: false
  tsqllint:
    # for Microsoft only
    enabled: false

… but this seems to be fully ignored.

github-actions[bot] commented 1 year ago

Internal ticket created : TS-401

madalenamelo commented 1 year ago

Hi @mirabilos,

Thank you for reaching out to our community! Unfortunately, it is not currently possible to use the .codacy.yml file to disable tools, instead, you must disable tools using the Code patterns page.

You can find this information on our official documentation here.

Please free to add any other questions or information here.

Regards, Madalena

mirabilos commented 1 year ago

madalenamelo dixit:

Thank you for reaching out to our community! Unfortunately, it is not currently possible to use the .codacy.yml file to disable tools, instead, you must disable tools using the Code patterns page.

I don’t have such a page, I just have the GH Action.

madalenamelo commented 1 year ago

@mirabilos thank you for clarifying! However, it's not possible to disable tools using the GH Action alone as disabling tools needs to be done on the Codacy UI.