Nima H. Mood
Nima H. Mood
**filename** : lib/watson/config.rb **line #** : 346 **tag** : review **md5** : 4d923a34cb0a917a31a6a74ed9bd30c9 ``` # [review] - Can Win/Mac have dir + file with same name in same dir? _mtch...
**filename** : lib/watson/config.rb **line #** : 336 **tag** : review **md5** : 0712ce13f6ce50af74864296a3b53a65 ``` # [review] - Populate @tag_list, then check size instead if @cl_ignore_set debug_print "Ignores set from command...
**filename** : lib/watson/config.rb **line #** : 323 **tag** : review **md5** : fc8255717a95e49635f126006327aa9d ``` # [review] - Need to think about what kind of tags this supports # Check compatibility...
**filename** : lib/watson/config.rb **line #** : 316 **tag** : review **md5** : 0712ce13f6ce50af74864296a3b53a65 ``` # [review] - Populate @tag_list, then check size instead if @cl_tag_set debug_print "Tags set from command...
**filename** : lib/watson/config.rb **line #** : 297 **tag** : review **md5** : fa180c7d5ae2f4c9b93042a49c1ae11c ``` # [review] - Populate @dirs/files_list first, then check size instead if @cl_entry_set debug_print "Directories or files...
**filename** : lib/watson/config.rb **line #** : 266 **tag** : review **md5** : 6642f7af20c07b5ad49b005bb5466c72 ``` # [review] - Use if with match so we can call next on the line reading...
**filename** : lib/watson/config.rb **line #** : 261 **tag** : review **md5** : eb83bcdeb3e78f7c5783b6e1008ae470 ``` # [review] - More "Ruby" way of going to next line? next end # [review] -...
**filename** : lib/watson/config.rb **line #** : 239 **tag** : review **md5** : ae184abbc1e4155a7575a3adb8c2c1b8 ``` # [review] - Not sure if explicit file close is required here _rc = File.open(@rc_file, 'r').read...
**filename** : lib/watson/config.rb **line #** : 231 **tag** : todo **md5** : 04702c2887bb3056b7598de144c516a9 ``` # [todo] - Add current file (watson) to avoid accidentally printing app tags @ignore_list.push(".") @ignore_list.push("..") @ignore_list.push("*.swp")...
**filename** : lib/watson/config.rb **line #** : 230 **tag** : todo **md5** : f0cf8a1a187180dc2bd40efe4120cebc ``` # [todo] - Add conditional to @rc_file such that if passed by -f we accept it...