-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Read config file from absolute and relative references (#111)
* Read file from absolute and relative references Signed-off-by: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> * Add tests Signed-off-by: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> * Bump versions Signed-off-by: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> * Fix lint Signed-off-by: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com> --------- Signed-off-by: Wilson de Carvalho <796900+wcmjunior@users.noreply.github.com>
- Loading branch information
Showing
7 changed files
with
654 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
{ | ||
"comments": { | ||
"format": "##" | ||
}, | ||
"tags": { | ||
"param": "@param", | ||
"section": "@section", | ||
"descriptionStart": "@descriptionStart", | ||
"descriptionEnd": "@descriptionEnd", | ||
"skip": "@skip", | ||
"extra": "@extra" | ||
}, | ||
"modifiers": { | ||
"array": "array", | ||
"object": "object", | ||
"string": "string", | ||
"nullable": "nullable", | ||
"default": "default" | ||
}, | ||
"regexp": { | ||
"paramsSectionTitle": "New Parameters Section" | ||
} | ||
} | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.