mirror of
https://github.com/benjaminion/upgrading-ethereum-book.git
synced 2026-01-09 14:38:08 -05:00
More changes to make markdownlint work again
This commit is contained in:
@@ -71,7 +71,7 @@ function runCheck(
|
||||
}
|
||||
|
||||
// Set `exitToShell` to false to continue processing after running checks (e.g. while building)
|
||||
export const runChecks = (reporter = customReporter, exitToShell = true) => {
|
||||
const runChecks = (reporter = customReporter, exitToShell = true) => {
|
||||
|
||||
var allOk = true
|
||||
|
||||
@@ -172,3 +172,5 @@ export const runChecks = (reporter = customReporter, exitToShell = true) => {
|
||||
process.exit(allOk ? 0 : 2)
|
||||
}
|
||||
}
|
||||
|
||||
export default runChecks
|
||||
|
||||
Reference in New Issue
Block a user