diff options
author | Matt Ray <matthewhray@gmail.com> | 2013-12-24 09:40:34 -0600 |
---|---|---|
committer | Matt Ray <matthewhray@gmail.com> | 2013-12-24 09:40:34 -0600 |
commit | 0ef57f04739c24ace2b0f3cd2a61276577ba92bd (patch) | |
tree | a8e1a960eaa783368774067996934a302270fc24 /.rubocop.yml | |
parent | caff601e2c48ba3e6dd17ef504a5dcb44ebd1916 (diff) |
Rubocop support for metadata.rb and Gemfile
Replace double-quotes with single-quotes for now, expect this to act as a gate
in the future.
Change-Id: I10ff8b23517cb334905b162ce14059dbf23d7bc8
Notes
Notes (review):
Verified+2: Jenkins
Code-Review+1: John Dewey <john@dewey.ws>
Code-Review+2: Justin Shepherd <jshepher@rackspace.com>
Approved+1: craigtracey <craigtracey@gmail.com>
Submitted-by: Jenkins
Submitted-at: Thu, 02 Jan 2014 20:44:28 +0000
Reviewed-on: https://review.openstack.org/63941
Project: stackforge/cookbook-openstack-block-storage
Branch: refs/heads/master
Diffstat (limited to '.rubocop.yml')
-rw-r--r-- | .rubocop.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.rubocop.yml b/.rubocop.yml new file mode 100644 index 0000000..7a296ac --- /dev/null +++ b/.rubocop.yml | |||
@@ -0,0 +1,7 @@ | |||
1 | # UTF-8 headers not generally in these files | ||
2 | Encoding: | ||
3 | Enabled: false | ||
4 | |||
5 | # ignore long lines | ||
6 | LineLength: | ||
7 | Enabled: false | ||