yaml-files
Here are 70 public repositories matching this topic...
-
Updated
Oct 18, 2021 - Go
-
Updated
Jan 26, 2022 - Java
-
Updated
Nov 15, 2021 - JavaScript
-
Updated
Mar 18, 2022 - Java
-
Updated
Feb 13, 2022 - Python
-
Updated
Aug 26, 2021 - HCL
-
Updated
Jan 7, 2021 - JavaScript
-
Updated
Mar 14, 2022 - C#
-
Updated
Oct 7, 2021
-
Updated
Mar 4, 2022 - Shell
Just like ::when allows for a string which is then implicitly taken as a ::get (#5, #8), ::merge should allow for a string which is then taken as a ::get.
Currently:
::merge:
- ::get variable_reference
Could be:
::merge: variable_reference
-
Updated
Mar 15, 2022 - Ruby
-
Updated
Jan 4, 2022 - Java
-
Updated
Sep 26, 2021
Summary
Sort profiles in each category (e.g. Student, Alum, Faculty, Mentor) in alphabetical order
Background
To make profiles easier to navigate and sort, it would help to list them in alphabetical order by the names provided for each profile. It's a small quality-of-life improvement that makes it easier to browse through the profiles in each category.
Details
@kennedy noted
-
Updated
Jan 29, 2022 - PHP
-
Updated
Mar 26, 2022 - HTML
-
Updated
Jan 14, 2022 - Python
-
Updated
Nov 25, 2021 - Go
-
Updated
Jan 8, 2020 - Shell
-
Updated
Oct 19, 2020 - Python
-
Updated
Aug 25, 2020 - TypeScript
-
Updated
Sep 24, 2019 - Python
-
Updated
Aug 9, 2021 - CSS
-
Updated
Apr 23, 2021 - Java
-
Updated
Mar 13, 2022 - Java
Improve this page
Add a description, image, and links to the yaml-files topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the yaml-files topic, visit your repo's landing page and select "manage topics."


Description of the problem/feature request
Add a configuration (flag, env var, …) to force the colored output
Description of the existing behavior vs. expected behavior
When not run from a terminal, there is no color in the output. This is usually fine, except in a few cases, like during continuous integration.
Additional context
I'm running kube-linter from gitlab-ci, and wou