watson-ruby
watson-ruby copied to clipboard
Combine into single statement (for performance or something?) [lib/watson/config.rb]
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