Showing 1,859 of 1,879 total issues
TODO found Open
Open
// TODO: Remove "Value" suffixes -- no need for them, the lower case first letter
- Exclude checks
TODO found Open
Open
// TODO: figure out how to handle the naming convention of unix domain sockets
- Exclude checks
TODO found Open
Open
TODO: Add a principled explanation about how logging is working.
- Exclude checks
TODO found Open
Open
# TODO: Use `go vet` too
- Exclude checks
TODO found Open
Open
DB_HOST_NO_TLS: mssql-2019 # TODO: configure a non-ssl container?
- Exclude checks
TODO found Open
Open
// TODO: move to impl package
- Exclude checks
TODO found Open
Open
// TODO: NewTCPProxyFunc needs to be injected
- Exclude checks
TODO found Open
Open
// TODO: This loop should probably be cleaned up rather than
- Exclude checks
TODO found Open
Open
// TODO: the line number in this error is dishonest
- Exclude checks
TODO found Open
Open
// TODO: check client net.conn for mysql and postgres
- Exclude checks
TODO found Open
Open
//TODO: Something is still quite wrong with the design here:
- Exclude checks
TODO found Open
Open
// TODO: Verify PluginID charset
- Exclude checks
TODO found Open
Open
// TODO: Add validation somewhere about overlapping listenOns
- Exclude checks
TODO found Open
Open
DB_HOST_NO_TLS: mssql # TODO: configure a non-ssl container?
- Exclude checks
TODO found Open
Open
// TODO: The two methods below are currently NOT on the EventNotifier
- Exclude checks
TODO found Open
Open
// TODO: Add Fatalf to our logger and use that
- Exclude checks
TODO found Open
Open
// TODO: make ConnectionParams an interface and pass it to RunTestCase
- Exclude checks
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Open
Open
assert sys.version_info >= (3, 0), "Python3 should be used to run this program"
- Exclude checks
Refactor this function to reduce its Cognitive Complexity from 19 to the 15 allowed. Open
Open
def process_log(logfile_path, baseline_backend):
- Read upRead up
- Exclude checks
Cognitive Complexity is a measure of how hard the control flow of a function is to understand. Functions with high Cognitive Complexity will be difficult to maintain.