Discussions

Ask a Question

PR integration with Codebeat never ends the check

The Codebeat PR integration is taking forever

codebeat + eslintrc

why codebeat does not see plugins and settings from the repository from the file .eslintrc.json?

Is there a way to differentiate contexts?

So essentially I am looking to set a flag in one of my files to ensure code beat understands that the file actually executes inside a different context. My project is unique in the fact that it actually uses multiple threads inside your web browser, therefore there are some functions that are duplicated out of necessity and there is no way to avoid duplicating them because the duplicated logic lives at run time in a completely separate execution context and there is no way to reference the logic otherwise while adhering to the HTML web worker specifications as web workers are sand boxed environments. Using proxy objects or something might be a potential work around but that would violate the security and specs for worker threads. Workers should not under any circumstances have access to variables on the main thread, everything must be sent as a message. Sending the duplicated functions as a message would also be impractical since it would kill performance due to increased communication overhead and the need to parse the now serialized functions back into functions using new Function or eval.

"not yet supported" on pure Python project

Codebeat is reporting it is unable to analyze https://github.com/snoonetIRC/py-dynfunc due to it not being supported. This project is pure python and codebeat does support Python. Any idea what may be causing this?

Account Members Limit

Hi,

What kind of analysis does the security scan do against our code bases?

We're looking for more information about the types of vulnerabilities that we should expect to be surfaced during the security scan of the code analysis.

code coverage fails with status 404

The URL provided in the example for setting up code coverage seems to fail with status 404.