linter-gcc icon indicating copy to clipboard operation
linter-gcc copied to clipboard

config: use atom defaults for missing local keys

Open The-42 opened this issue 8 years ago • 0 comments

When using a local config in projects, the linter assumes every key is defined and has a value. Especially if "execPath" is not set in the local config, linter-gcc trips and produces stack traces like the one listed in #138. Fix things by loading the global Atom first and replacing keys set via a local config afterwards.

The-42 avatar Sep 16 '17 22:09 The-42