Skip to content

Commit 33e2899

Browse files
committed
Updated schema URL from Gist to repo. #36
1 parent e141b85 commit 33e2899

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

stackmuncher_lib/stm_rules/file_types/dockerfile.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://gist.githubusercontent.com/rimutaka/e47dc710fa05367ad5d9a286a28a6f62/raw/2864315c6a537bc76db364ff72f5517e26933c1e/stm_file-type.json",
2+
"$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json",
33
"line_endings": "unix",
44
"matches": [
55
{

stackmuncher_lib/stm_rules/file_types/dockerignore.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://gist.githubusercontent.com/rimutaka/e47dc710fa05367ad5d9a286a28a6f62/raw/2864315c6a537bc76db364ff72f5517e26933c1e/stm_file-type.json",
2+
"$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json",
33
"line_endings": "unix",
44
"matches": [
55
{

stackmuncher_lib/stm_rules/file_types/toml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://gist.githubusercontent.com/rimutaka/e47dc710fa05367ad5d9a286a28a6f62/raw/2864315c6a537bc76db364ff72f5517e26933c1e/stm_file-type.json",
2+
"$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json",
33
"line_endings": "unix",
44
"matches": [
55
{

stackmuncher_lib/stm_rules/file_types/yml.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://gist.githubusercontent.com/rimutaka/e47dc710fa05367ad5d9a286a28a6f62/raw/2864315c6a537bc76db364ff72f5517e26933c1e/stm_file-type.json",
2+
"$schema": "https://raw.githubusercontent.com/stackmuncher/stm_app/master/stackmuncher_lib/stm_rules/schemas/file-type.json",
33
"line_endings": "unix",
44
"matches": [
55
{

0 commit comments

Comments
 (0)