Class: CodeownersValidator::GhostPatternChecker
- Inherits:
-
Object
- Object
- CodeownersValidator::GhostPatternChecker
- Defined in:
- lib/codeowners_validator/checkers/ghost_pattern_checker.rb
Defined Under Namespace
Classes: Result
Instance Method Summary collapse
-
#initialize(entries, repo_root) ⇒ GhostPatternChecker
constructor
A new instance of GhostPatternChecker.
- #run ⇒ Object
Constructor Details
#initialize(entries, repo_root) ⇒ GhostPatternChecker
Returns a new instance of GhostPatternChecker.
7 8 9 10 |
# File 'lib/codeowners_validator/checkers/ghost_pattern_checker.rb', line 7 def initialize(entries, repo_root) @entries = entries @repo_root = repo_root end |