UNCLASSIFIED - NO CUI

Skip to content

Formatted fixed

schmitt.eric requested to merge formatted_fixed into development

Tools implemented: Formatting:

  • Black for python
  • Prettier for yaml
  • Shfmt for shell/bash Linting:
  • Shellcheck via Blake
  • Pylama for python

Applied:

Successful ironbank-pipeline run

Successful Kubectl build from pointing formatted pipeline as ref:

Note: pylama -i flag used to ignore line length issues. Despite blacks correctly formatting to its limitations (without breaking code) and despite setting pylama config to ingest same line count for acceptance criteria, pylama will flag issues with areas blacks could not format.

Merge request reports