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
7e317e82
Commit
7e317e82
authored
8 years ago
by
Matt Butcher
Browse files
Options
Download
Plain Diff
Merge pull request #63 from technosophos/feat/helm-lint
feat(helm): add a very basic lint command
parents
7142189c
cf9c8ebe
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
cmd/helm/lint.go
+39
-0
cmd/helm/lint.go
pkg/lint/chartfile.go
+45
-0
pkg/lint/chartfile.go
pkg/lint/chartfile_test.go
+22
-0
pkg/lint/chartfile_test.go
pkg/lint/doc.go
+6
-0
pkg/lint/doc.go
pkg/lint/lint.go
+7
-0
pkg/lint/lint.go
pkg/lint/message.go
+27
-0
pkg/lint/message.go
pkg/lint/message_test.go
+20
-0
pkg/lint/message_test.go
pkg/lint/template.go
+63
-0
pkg/lint/template.go
pkg/lint/template_test.go
+20
-0
pkg/lint/template_test.go
pkg/lint/testdata/albatross/Chart.yaml
+3
-0
pkg/lint/testdata/albatross/Chart.yaml
pkg/lint/testdata/albatross/templates/albatross.yaml
+2
-0
pkg/lint/testdata/albatross/templates/albatross.yaml
pkg/lint/testdata/albatross/templates/fail.yaml
+1
-0
pkg/lint/testdata/albatross/templates/fail.yaml
pkg/lint/testdata/albatross/values.toml
+1
-0
pkg/lint/testdata/albatross/values.toml
pkg/lint/testdata/badchartfile/Chart.yaml
+3
-0
pkg/lint/testdata/badchartfile/Chart.yaml
pkg/lint/testdata/badchartfile/values.toml
+4
-0
pkg/lint/testdata/badchartfile/values.toml
with
263 additions
and
0 deletions
+263
-0
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