ComplianceAsCode/content

View on GitHub
utils/build_ds_container.py

Summary

Maintainability
A
0 mins
Test Coverage

Take the required action to fix the issue indicated by this "FIXME" comment.
Open

# FIXME(lbragstad): Remove this and replace it with operating system utils if
Severity: Major
Found in utils/build_ds_container.py by sonar-python

FIXME tags are commonly used to mark places where a bug is suspected, but which the developer wants to deal with later.

Sometimes the developer will not have the time or will simply forget to get back to that tag.

This rule is meant to track those tags and to ensure that they do not go unnoticed.

Noncompliant Code Example

def divide(numerator, denominator):
  return numerator / denominator              # FIXME denominator value might be 0

See

There are no issues that match your filters.

Category
Status