Class: FlutterRb::PluginPubspecAuthorCheck
Overview
Check Flutter plugin author in pubspec file. Exists or not
Constant Summary
Constants inherited
from Check
Check::UNIMPLEMENTED_ERROR
Instance Method Summary
collapse
#name, #summary
Methods inherited from Check
#name, #summary
Instance Method Details
#description ⇒ String
108
109
110
|
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 108
def description
'Check plugin author in pubspec'
end
|
#pubspec_parameter ⇒ String
103
104
105
|
# File 'lib/flutter_rb/checks/plugin_pubspec_check.rb', line 103
def pubspec_parameter
'author'
end
|