inherit_from: - .rubocop_cocoapods.yml - .rubocop_todo.yml #- cocoapods-keys ------------------------------------------------------------- Naming/FileName: Exclude: - bin/* - Rakefile Metrics/BlockLength: Exclude: - 'spec/**/*' #- cocoapods-keys support for Ruby 2.0.0 -------------------------------------# Security/YAMLLoad: Enabled: false