Skip to content
This repository has been archived by the owner on Aug 7, 2023. It is now read-only.

config: use atom defaults for missing local keys #142

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Sep 16, 2017

  1. config: use atom defaults for missing local keys

    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 AtomLinter#138. Fix things by loading the global Atom first and
    replacing keys set via a local config afterwards.
    
    Signed-off-by: Bert van Hall <[email protected]>
    The-42 committed Sep 16, 2017
    Configuration menu
    Copy the full SHA
    86cf4ed View commit details
    Browse the repository at this point in the history