Class: Scanny::Checks::FrameworksCheck

Inherits:
Check
  • Object
show all
Defined in:
lib/scanny/checks/frameworks_check.rb

Instance Method Summary collapse

Methods inherited from Check

#compiled_pattern, #issue, #strict?, #visit

Instance Method Details

#check(node) ⇒ Object



8
9
10
# File 'lib/scanny/checks/frameworks_check.rb', line 8

def check(node)
  issue :info, warning_message
end

#patternObject



4
5
6
# File 'lib/scanny/checks/frameworks_check.rb', line 4

def pattern
  pattern_http_username
end