Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix linting errors in YAML files #228

Merged
merged 1 commit into from
Jan 28, 2022
Merged

Conversation

kylelaker
Copy link
Contributor

In general, the issues we had were due to lines being too long or files
missing ---. at the beginning. I am a big believer in including ---
so I added that to all files. Additionally, the line length issue seemed
to be a bit rare so I went ahead and just wrapped some lines or
refactored the code, rather than changing the default settings.

In general, the issues we had were due to lines being too long or files
missing `---`. at the beginning. I am a big believer in including `---`
so I added that to all files. Additionally, the line length issue seemed
to be a bit rare so I went ahead and just wrapped some lines or
refactored the code, rather than changing the default settings.
@kylelaker kylelaker force-pushed the feature/fix-yaml-lint-failures branch from 6ccb476 to 98ddf75 Compare January 26, 2022 22:53
@mikeisen1 mikeisen1 merged commit c165aca into develop Jan 28, 2022
@rgauss rgauss deleted the feature/fix-yaml-lint-failures branch February 15, 2022 01:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants