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

Need to think about what kind of tags this supports [lib/watson/config.rb]

Open nhmood opened this issue 11 years ago • 0 comments

filename : lib/watson/config.rb line # : 323 tag : review md5 : fc8255717a95e49635f126006327aa9d

                # [review] - Need to think about what kind of tags this supports
                # Check compatibility with GitHub + Bitbucket and what makes sense
                # Only supports single word+number tags
                _mtch = _line.match(/^(\S+)/)[0]
                if !_mtch.empty?
                    @tag_list.push(_mtch)
                    debug_print "#{ _mtch } added to @tag_list\n"
                end
                debug_print "@tag_list --> #{ @tag_list }\n"

                when "ignore"
                # Same as previous for ignores
                # [review] - Populate @tag_list, then check size instead

                if @cl_ignore_set
                    debug_print "Ignores set from command line, ignoring rc [ignores]\n"

nhmood avatar Nov 21 '13 16:11 nhmood