diff --git a/default.yml b/default.yml index cd41c35..d54aea7 100644 --- a/default.yml +++ b/default.yml @@ -18,9 +18,6 @@ AllCops: - "**/Gemfile" - "**/Rakefile" Exclude: - # config contains standard files created when Rails is initialised and - # therefore they should be left as is - - "config/**/*" # bin contains standard files created when Rails is initialised and # therefore they should be left as is - "bin/**/*" diff --git a/lib/defra/style/version.rb b/lib/defra/style/version.rb index c1036bf..0ef12ae 100644 --- a/lib/defra/style/version.rb +++ b/lib/defra/style/version.rb @@ -2,6 +2,6 @@ module Defra module Style - VERSION = "0.0.3" + VERSION = "0.1.0" end end