chore: add native_mate to lint:cpp (#18100)

This commit is contained in:
Milan Burda 2019-05-02 04:45:23 +02:00 committed by Cheng Zhao
parent d507ba68a7
commit 8785e9007c
14 changed files with 147 additions and 136 deletions

View file

@ -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) {