module Fastlane::CodeStaticAnalyzer

Constants

ROOT

Return all .rb files inside the “actions” and “helper” directory

VERSION

Public Class Methods

all_classes() click to toggle source
# File lib/fastlane/plugin/code_static_analyzer.rb, line 7
def self.all_classes
  Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end