Module: Stefon::Config::ExcludedAuthors

Included in:
Surveyor::GritUtil
Defined in:
lib/stefon/config.rb

Overview

This module is responsible for ruling out/in authors for the repository based on user specification, or repo members on github

Instance Method Summary collapse

Instance Method Details

#valid?(author) ⇒ Boolean

Returns:

  • (Boolean)


10
11
12
13
# File 'lib/stefon/config.rb', line 10

def valid?(author)
  # exclude_filter(author) && include_filter(author)
  true
end