nhmood / watson-ruby

inline issue manager
MIT License
634 stars 50 forks source link

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

Closed nhmood closed 10 years ago

nhmood commented 10 years ago

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