Showing 3,918 of 3,918 total issues
Possible hardcoded password: 'not' Open
Open
if token == "not":
- Exclude checks
Possible hardcoded password: '//' Open
Open
if token == "//":
- Exclude checks
XXX found Open
Open
"os.environ[\"WHYLABS_DEFAULT_ORG_ID\"] = \"org-XXX\"\n",
- Exclude checks
TODO found Open
Open
# TODO: limit refeence size
- Exclude checks
TODO found Open
Open
else EnvironmentKeyRefresher() # TODO when would this be used? I'm requiring api keys right now in the whylabs writer
- Exclude checks
TODO found Open
Open
# TODO: handle more than one partition
- Exclude checks
TODO found Open
Open
# TODO add strong typing here. whylogs takes pretty much anything in log() so we don't actually
- Exclude checks
TODO found Open
Open
# TODO: retry
- Exclude checks
TODO found Open
Open
# TODO: remove when whylabs supports merge writes.
- Exclude checks
TODO found Open
Open
object_name = dest or self.object_name or file.split(os.sep)[-1] # TODO: drop self.object_name
- Exclude checks
TODO found Open
Open
private Character when = 'H'; // TODO: Make the Literals of S M H D
- Exclude checks
TODO found Open
Open
// TODO: to have to pass the optionals around. We should just use overloading instead
- Exclude checks
TODO found Open
Open
// TODO: there was a logger for when a summary couldn't be implmented for a metric
- Exclude checks
Possible hardcoded password: '**' Open
Open
if token == "**":
- Exclude checks
TODO found Open
Open
formatted_data = data.copy(deep=True) # TODO: does this have to be deep?
- Exclude checks
TODO found Open
Open
# TODO: remove when whylabs supports merge writes.
- Exclude checks
TODO found Open
Open
# TODO: support ZipFile ?
- Exclude checks
Possible hardcoded password: '!=' Open
Open
if token == "!=":
- Exclude checks
Possible hardcoded password: '>=' Open
Open
if token == ">=":
- Exclude checks
Use of assert detected. The enclosed code will be removed when compiling to optimised byte code. Open
Open
assert self.dataset_config is not None
- Exclude checks