File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ fs.readdirSync(apilinks).forEach((fixture) => {
3434 input ,
3535 '-o' ,
3636 outputPath ,
37- '--no-lint' ,
3837 ] ,
3938 { encoding : 'utf-8' } ,
4039 ) ;
@@ -45,7 +44,7 @@ fs.readdirSync(apilinks).forEach((fixture) => {
4544 for ( const [ k , v ] of Object . entries ( expectedLinks ) ) {
4645 assert . ok ( k in actualLinks , `link not found: ${ k } ` ) ;
4746 assert . ok ( actualLinks [ k ] . endsWith ( '/' + v ) ,
48- `link ${ actualLinks [ k ] } expected to end with ${ v } ` ) ;
47+ `link ${ actualLinks [ k ] } expected to end with ${ v } ` ) ;
4948 delete actualLinks [ k ] ;
5049 }
5150
Original file line number Diff line number Diff line change @@ -622,7 +622,6 @@ robocopy /e doc\api %config%\doc\api
622622 -i doc/api/*.md ^
623623 -i lib/*.js ^
624624 -o out/doc/api/ ^
625- --no-lint ^
626625 -c file://%~dp0 \CHANGELOG.md ^
627626 -v %NODE_VERSION%
628627
@@ -640,7 +639,7 @@ for /d %%F in (test\addons\??_*) do (
640639 rd /s /q %%F
641640)
642641:: generate
643- " %npx_exe% " --prefix tools/doc doc-kit generate -t addon-verify -i " %~dp0 doc\api\addons.md" -o " %~dp0 test\addons" --no-lint
642+ " %npx_exe% " --prefix tools/doc doc-kit generate -t addon-verify -i " %~dp0 doc\api\addons.md" -o " %~dp0 test\addons"
644643if %errorlevel% neq 0 exit /b %errorlevel%
645644:: building addons
646645setlocal
You can’t perform that action at this time.
0 commit comments