mirror of
https://github.com/electron/electron.git
synced 2026-01-08 23:18:06 -05:00
chore: add native_mate to lint:cpp (#18100)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user