Sha256: d32ac67e12cb86fa771e3ba54c6b216790552dfcefd5e755e00c118f30937527
Contents?: true
Size: 430 Bytes
Versions: 33
Compression:
Stored size: 430 Bytes
Contents
# This file is to be used as the config for formatting the generated cloud files. # We can't reference the generated .rubocop.yml file because Rubocop is so clevar # that it won't find the google-style gem unless the file is referenced here. inherit_gem: google-style: google-style.yml AllCops: Exclude: - "acceptance/**/*" - "*.gemspec" - "lib/**/*_pb.rb" - "Rakefile" - "support/**/*" - "test/**/*"
Version data entries
33 entries across 33 versions & 1 rubygems