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

chores: fix spelling errors, update build system and copyright year on LICENCE.txt files #28

Merged
merged 9 commits into from
Jan 16, 2024
Prev Previous commit
Next Next commit
build-sys: set revive to allow 120 character lines
Signed-off-by: Alejandro Mery <[email protected]>
  • Loading branch information
amery committed Jan 13, 2024
commit 72cc4139d019512c2ef7b81144142d5d82168a80
2 changes: 1 addition & 1 deletion internal/build/revive.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ enableAllRules = true
[rule.cyclomatic]
arguments = [10]
[rule.line-length-limit]
arguments = [100]
arguments = [120]
severity = "warning"
[rule.comment-spacings]
severity = "warning"
Expand Down