watson-ruby icon indicating copy to clipboard operation
watson-ruby copied to clipboard

Add config options (rc file) for default max depth and context lines [lib/watson/config.rb]

Open nhmood opened this issue 11 years ago • 0 comments

filename : lib/watson/config.rb line # : 14 tag : todo md5 : 1b2e201cf223a760d7955d00173bda82

    # [todo] - Add config options (rc file) for default max depth and context lines
        # List of all files/folders to ignore when parsing  
    attr_accessor :ignore_list
    # List of directories to parse  
    attr_accessor :dir_list
    # List of all files to parse
    attr_accessor :file_list        
    # List of tags to look for when parsing
    attr_accessor :tag_list         
    # Number of directories to parse recursively
    attr_accessor :parse_depth
    # Number of lines of issue context to grab
    attr_accessor :context_depth    
        # Flag for command line setting of file/dir to parse
    attr_accessor :cl_entry_set

nhmood avatar Nov 21 '13 16:11 nhmood