Skip to content

Commit bb5c660

Browse files
committed
add test linter
1 parent 111dcc2 commit bb5c660

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
descriptor_id: TEST
2+
descriptor_type: format
3+
file_extensions:
4+
- .jsonc
5+
linters:
6+
- examples:
7+
- jsonlint myfile.jsonc
8+
install:
9+
dockerfile:
10+
- RUN npm install jsonlint -g && echo "This is my test MegaLinter plugin!"
11+
linter_name: jsonlint
12+
linter_url: https://github.com/zaach/jsonlint

0 commit comments

Comments
 (0)