Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

Resolve "add .yml extension as valid for config files"

guijar_m requested to merge 160-add-yml-extension-as-valid-for-config-files into master

Description

The MR adds .yml as a valid file extension for config files, using pathlib to find the file suffix.

A test has been added, in fact with a parameter to an existing test ; the test yaml file is copied in a temporary file either with extension .yaml or with extension .yml in order to check if it works with both files.

Related Issues

Closes #160 (closed)

Merge request reports