Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Combine into single statement (for performance or something?) [lib/watson/config.rb] #28

Open
nhmood opened this issue Nov 21, 2013 · 0 comments

Comments

@nhmood
Copy link
Owner

nhmood commented Nov 21, 2013

filename : lib/watson/config.rb
line # : 13
tag : review
md5 : 65c2f0e70fff3011713c2d9fb7d77d05

    # [review] - Combine into single statement (for performance or something?)
    # [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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant