Class: Avm::EacRubyBase1::FileFormats::Base
- Inherits:
-
Avm::EacGenericBase0::FileFormats::Base
- Object
- Avm::EacGenericBase0::FileFormats::Base
- Avm::EacRubyBase1::FileFormats::Base
- Defined in:
- lib/avm/eac_ruby_base1/file_formats/base.rb,
lib/avm/eac_ruby_base1/file_formats/base/file_resource_name.rb
Defined Under Namespace
Classes: FileResourceName
Constant Summary collapse
- VALID_BASENAMES =
%w[*.gemspec *.rake *.rb Gemfile Rakefile].freeze
- VALID_TYPES =
['x-ruby'].freeze
Instance Method Summary collapse
Instance Method Details
#internal_apply(files) ⇒ Object
15 16 17 18 |
# File 'lib/avm/eac_ruby_base1/file_formats/base.rb', line 15 def internal_apply(files) ::Avm::EacRubyBase1::Rubocop.new('.', ['-a', '--ignore-parent-exclusion'] + files).run super end |