sous-chefs / meta

Discussion about Sous Chefs
Creative Commons Attribution 4.0 International
3 stars 7 forks source link

Standardize YAML rules between repositories #129

Closed PowerSchill closed 1 year ago

PowerSchill commented 4 years ago

:speaking_head: Foreword

Thank for taking the time to fill this feature request fully. Without it we may not be able to , and the issue may be closed without resolution.

:person_frowning: Problem Statement

Since we are enforcing yaml linting we should standardize the ruleset we apply to our repositories.

:grey_question: Possible Solution

Adding a .yamlrc file to each repository will apply a standardized set of rules for repositories.

:arrow_heading_up: Describe alternatives you've considered

:heavy_plus_sign: Additional context

A base .yamlrc file that I have used is below. Let's start with this and update/extend.

extends: default
ignore: .kitchen/
rules:
  line-length:
    max: 120
    level: warning
xorima commented 4 years ago

All Generic files are now handled by github-file-manager, this file should be added to repo-management/standardfiles and then it will automatically be handled