repolinter
Version:
Lint open source repositories
25 lines (23 loc) • 1.15 kB
JavaScript
// Copyright 2017 TODO Group. All rights reserved.
// SPDX-License-Identifier: Apache-2.0
module.exports = {
'apache-notice': require('./apache-notice'),
'best-practices-badge-present': require('./best-practices-badge-present'),
'directory-existence': require('./directory-existence'),
'file-contents': require('./file-contents'),
'file-existence': require('./file-existence'),
'file-hash': require('./file-hash'),
'file-hashes-not-exist': require('./file-hashes-not-exist'),
'file-no-broken-links': require('./file-no-broken-links'),
'file-not-contents': require('./file-not-contents'),
'file-not-exists': require('./file-not-exists'),
'file-starts-with': require('./file-starts-with'),
'file-type-exclusion': require('./file-type-exclusion'),
'git-grep-commits': require('./git-grep-commits'),
'git-grep-log': require('./git-grep-log'),
'git-list-tree': require('./git-list-tree'),
'git-working-tree': require('./git-working-tree'),
'large-file': require('./large-file'),
'license-detectable-by-licensee': require('./license-detectable-by-licensee'),
'json-schema-passes': require('./json-schema-passes')
}