Sha256: 6ad57890a2540bb78947ce6644df8a2523c82231f4c3122f7d614aa159b9a502

Contents?: true

Size: 237 Bytes

Versions: 7

Compression:

Stored size: 237 Bytes

Contents

require 'bundler/gem_tasks'
require 'rubocop/rake_task'

desc 'Execute RuboCop static code analysis'
RuboCop::RakeTask.new(:rubocop) do |t|
  t.patterns = %w(lib ios_tests android_tests)
  t.options = %w(-D)
  t.fail_on_error = true
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
appium_lib-10.2.0 Rakefile
appium_lib-10.1.0 Rakefile
appium_lib-10.0.0 Rakefile
appium_lib-9.18.0 Rakefile
appium_lib-9.17.0 Rakefile
appium_lib-9.16.1 Rakefile
appium_lib-9.16.0 Rakefile