refactor: eliminate brightray (#15240)
This commit is contained in:
parent
1d8ab03146
commit
8ba271efba
47 changed files with 178 additions and 234 deletions
|
@ -40,7 +40,7 @@ function spawnAndCheckExitCode (cmd, args, opts) {
|
|||
|
||||
const LINTERS = [ {
|
||||
key: 'c++',
|
||||
roots: ['atom', 'brightray'],
|
||||
roots: ['atom'],
|
||||
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