logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Path::IsDev::NegativeHeuristic::IsDev::IgnoreFile - An explicit exclusion file heuristic

Author

       Kent Fredric <kentnl@cpan.org>

Methods

"excludes_files"
       Files valid for triggering this heuristic:

           .path_isdev_ignore

   "excludes"
       Returns an exclusion if any of "excludes_files" exists, and are files.

Name

       Path::IsDev::NegativeHeuristic::IsDev::IgnoreFile - An explicit exclusion file heuristic

Synopsis

       In a "::HeuristicSet":

           sub negative_heuristics { return 'IsDev::IgnoreFile' }

       Then on your file system:

           touch .path_isdev_ignore

       Then the given location will no longer be a possible candidate for being deemed a "dev" root directory.

       However:

       •   Its parents can still be deemed "dev" directories

       •   Its children can still be deemed "dev" directories

Version

       version 1.001003

See Also