const checkMain = require('./check'); module.exports = [{ name: 'Solidity check', callback: checkMain, }];