1
0
forked from mirrors/0ad

Add a Jenkinsfile linter

This commit is contained in:
Stan
2025-05-08 18:53:20 +02:00
parent 1adab34511
commit 934ca601d7
13 changed files with 850 additions and 751 deletions
+7
View File
@@ -27,3 +27,10 @@ indent_size = 2
[build/premake/premake5/**]
ignore = true
[*.Jenkinsfile]
indent_size = 4
# Jenkins recommends using spaces for indentation. See:
# https://wiki.jenkins.io/display/JENKINS/Code+Style+Guidelines
# Additionally, our linter npm-groovy-lint does not support tabs.
indent_style = space