From cad083aaf336bdc8f300446c86588c33c3adccf2 Mon Sep 17 00:00:00 2001 From: John Andersen Date: Tue, 7 Feb 2023 09:24:35 -0800 Subject: [PATCH] operations: innersource: housekeeping: Remove outdated comments --- .../dffml_operations_innersource/operations.py | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/operations/innersource/dffml_operations_innersource/operations.py b/operations/innersource/dffml_operations_innersource/operations.py index cf40db1db9..22d49dbb7d 100644 --- a/operations/innersource/dffml_operations_innersource/operations.py +++ b/operations/innersource/dffml_operations_innersource/operations.py @@ -16,21 +16,6 @@ GroovyFileWorkflowUnixStylePath = NewType("GroovyFileWorkflowUnixStylePath", str) ActionYAMLFileWorkflowUnixStylePath = NewType("ActionYAMLFileWorkflowUnixStylePath", str) -# Check for -# "usage", "example(s)", "Known issues" (text or link to issue tracker) in docs -# Support / contact information in docs (issue tracker link) -# Linting (goovy linter, YAML linting), score it needs to meet -# CI/CD on library itself (Actions workflows or webhooks configured) -# We want to check for branch protection -# We want to make sure that the issues are being addressed (hyptothetical SLA estimates) -# Libraries should not have any hardcoded settings -# Credentials must be managed securly and with minimal scope needed -# Dependencies -# - Must be explictly documented somewhere (SBOM okay) -# - All dependnecies should be created by github or github verified createors or within dffml org -# We should seperate seperate functionality into seperate libraries -# We should be using symver - def relative_paths( directory: str,