Skip to content

Commit

Permalink
add custom lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksanderbl29 committed May 4, 2024
1 parent 61434e8 commit c19b1a1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .yamllint
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
extends: default

rules:
line-length:
max: 120
level: warning

0 comments on commit c19b1a1

Please sign in to comment.