chore: add native_mate to lint:cpp (#18100)
This commit is contained in:
parent
d507ba68a7
commit
8785e9007c
14 changed files with 147 additions and 136 deletions
|
@ -43,7 +43,7 @@ function spawnAndCheckExitCode (cmd, args, opts) {
|
|||
|
||||
const LINTERS = [ {
|
||||
key: 'c++',
|
||||
roots: ['atom'],
|
||||
roots: ['atom', 'native_mate'],
|
||||
test: filename => filename.endsWith('.cc') || filename.endsWith('.h'),
|
||||
run: (opts, filenames) => {
|
||||
if (opts.fix) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue