Skip to content

Commit

Permalink
fix: boast tweak default options
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeRalphson committed Jul 31, 2020
1 parent 567a732 commit 9ba00bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/swagger2openapi/boast.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ function main(){
argv.resolve = true;
argv.patch = true;
argv.source = argv._[0];
argv.fatal = true;
argv.laxurls = true;
if (argv.all) argv.lintLimit = Number.MAX_SAFE_INTEGER;
if (argv.bae) {
argv.validateSchema = 'first';
Expand Down

0 comments on commit 9ba00bc

Please sign in to comment.