Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
1105 Внедрение механизмов обеспечения безопасности цепочки поставки программных проектов
Legacy
scanned-projects
helm
Commits
03ca4e89
Commit
03ca4e89
authored
8 years ago
by
Adnan Abdulhussein
Browse files
Options
Download
Patches
Plain Diff
feat(lint): support linting multiple charts
parent
e2003143
No related merge requests found
Changes
9
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
cmd/helm/lint.go
+25
-8
cmd/helm/lint.go
pkg/lint/lint_test.go
+7
-7
pkg/lint/lint_test.go
pkg/lint/rules/chartfile.go
+43
-54
pkg/lint/rules/chartfile.go
pkg/lint/rules/chartfile_test.go
+16
-28
pkg/lint/rules/chartfile_test.go
pkg/lint/rules/template.go
+34
-42
pkg/lint/rules/template.go
pkg/lint/rules/template_test.go
+8
-8
pkg/lint/rules/template_test.go
pkg/lint/rules/values.go
+13
-11
pkg/lint/rules/values.go
pkg/lint/support/message.go
+16
-20
pkg/lint/support/message.go
pkg/lint/support/message_test.go
+15
-15
pkg/lint/support/message_test.go
with
177 additions
and
193 deletions
+177
-193
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets