Skip to content

Create a lint tool to help reduce repetition in configuration files #15

@amikula

Description

@amikula

In a very large configuration, it's easy to have lots of bloat. For example, it's easy to have the following:

  • Configuration defined in the default environment, but never overridden by any other environment
  • Configuration overridden with the same values repeatedly in multiple environments
  • Configuration needlessly overridden with the same value as the parent environment

I'm proposing we build a lint tool, codenamed "barnacle", that identifies problems like those above.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions