Skip to content
This repository was archived by the owner on Nov 29, 2025. It is now read-only.

Commit b1fdd5d

Browse files
authored
Update package.json
1 parent bf1b620 commit b1fdd5d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dockerfile-lint-extension/extension/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/sourcegraph/sourcegraph/master/shared/src/schema/extension.schema.json",
33
"name": "dockerfile-lint",
4-
"title": "WIP: Lint a Dockerfile using Hadolint",
4+
"title": "Dockerfile Linter",
55
"description": "Lint a Dockerfile using Hadolint",
66
"categories": [
77
"Linters"
88
],
9-
"publisher": "ryan-blunden",
9+
"publisher": "sourcegraph",
1010
"activationEvents": [
1111
"onLanguage:dockerfile"
1212
],

0 commit comments

Comments
 (0)