Sha256: c795ad7fb68344d12fbf1bf1782b5088dc272cec09317ecd4718d4793d025a51
Contents?: true
Size: 467 Bytes
Versions: 11
Compression:
Stored size: 467 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/**/*" Layout/LineLength: Enabled: false
Version data entries
11 entries across 11 versions & 1 rubygems