Skip to content

Commit

Permalink
Merge branch 'main' into #1-skern
Browse files Browse the repository at this point in the history
  • Loading branch information
kernelsam authored Jan 9, 2024
2 parents ab6ed10 + 98b7372 commit ce935ad
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/linters/.yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

# Extends the default yamllint config by adjusting some options.
extends: default

rules:
comments-indentation: disable
line-length:
level: error
allow-non-breakable-inline-mappings: true
truthy: disable
11 changes: 11 additions & 0 deletions TEMPLATES/.yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

# Extends the default yamllint config by adjusting some options.
extends: default

rules:
comments-indentation: disable
line-length:
level: error
allow-non-breakable-inline-mappings: true
truthy: disable
11 changes: 11 additions & 0 deletions linters/.yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---

# Extends the default yamllint config by adjusting some options.
extends: default

rules:
comments-indentation: disable
line-length:
level: warning
allow-non-breakable-inline-mappings: true
truthy: disable

0 comments on commit ce935ad

Please sign in to comment.