Discussions

Ask a Question

invois

Hi! Please send invoices on the recommended dates 20.07.2020 Голуб Павел Павлович CODE QUEST SP по чеку 30.06.2020,35E6AF 12.08.2020 Голуб Павел Павлович CODE QUEST SP по чеку 31.07.2020

Too much data to display 😵

I got a report with 80 issues fixed and 130 introduced, but when I try to view it, I get a message "Too much data to display 😵". Is there a way to browse the issues anyway or is this some restriction of the free version?

Account Deletion

Hi. Please delete my account. Thanks.

Pending

Hi , codebeat is in status pending for the last 18h.How can I restart the check without making a PR to GitHub?

What IP Address to whitelist in Firewall for on-premises code repository?

Codebeat, I operate a self-hosted gitlab enterprise installation. For obvious reasons, the server is not publicly accessible. What IP address should I whitelist to allow codebeat to speak to our gitlab instance?
ANSWERED

Unsupported Python project

I tried to use codebeat for my Python project at https://bitbucket.org/knowlp/caspr-coreference-tool but I got the message "unsupported@. Then I renamed the source file to end in .py but it was still unsupported. I moved the .py file to a subdirectory src/ but it is still unsupported. I even renamed the GPL LICENSE.txt to LICENSE but it is still unsupported. Why it is unsupported?

Warn on too many public methods instead of total methods?

For many of the issues, I encounter, I solve them by breaking the functions down into smaller methods, most of which are not public methods. Doing this, however, means that the function count goes up and this quickly becomes a critical issue. If it were public then I can see the issue but if it is just a private helper method does it make sense to penalize?

Static code security analysis

Does Codebeat support static code security analysis for Java, Kotlin, and Swift?

How do we set custom metrics for Javascipt? It's not listed as a Language Key.

We're trying to set custom metrics for Codebeat for a Javascript project, but there's no Language Key for Javascipt, and our guesses ("JAVASCRIPT" and "JS") don't seem to work in the `.codebeatsettings` file. How can we adjust them?

.codebeatignore not working

I hope to ignore all .mvn folders in my repo, and I added **/.mvn to .codebeatignore, but it is still tracking them, please help me.