Skip to content

Commit

Permalink
maint: allow lines up to 120 characters
Browse files Browse the repository at this point in the history
Change the default linter setting to allow line lengths of up to 120
characters.

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Apr 8, 2024
1 parent defe53f commit 418828d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .yamllint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
extends: default

rules:
line-length:
max: 120

0 comments on commit 418828d

Please sign in to comment.