govuk-lint 3.9.0 → 3.10.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 59d65383f2414d6d83d1d4432bf12ef788760c97d5129fe5bec3d7263f49885b
4
- data.tar.gz: 7cd673b9f65a78ff2f700364925baaac3e095a2310daa0992bab826d9601852a
3
+ metadata.gz: 93c8bab2d1aaa1662e7a17db996ee010e24ad4aa4c4491cf0fbd3cf351617111
4
+ data.tar.gz: 9235c0b342a09fca1b94273634d3ea387c1cb919e7127c4737086e4fcfb1ac01
5
5
  SHA512:
6
- metadata.gz: e81e8e2d29b694ab2ef815235074b4d50c47c6c895cb2c41db645a6dd3e36f28d71f4f4ba81f3db00559ebbca60d8bdc2fb7eb3dc9c81c51a0473d4873ba29e1
7
- data.tar.gz: a5c9775d215c9353f69c1a91b11f73ea89b00a7fc78d88bad21f99a2b104acc65555574cb155d4097a2401c0b3aa76f5bcac4a4ad249ac21d3837536a6665c5a
6
+ metadata.gz: d60c1162fc832335cafaadc66c5d260fb727163678e5fb0d72a6f376def3148119f648dcc77775a80de9ea6810038902de68edc568cc92349ea2107bcd8dcad2
7
+ data.tar.gz: ee2834d12c5f8dbebf206484fbc3450adfe0e5b89955fbd828b5a858f3b8aec12c531c33971e00b1cd08ebc1f36f219af340c8fcc636dc88877e45fc070797a5
@@ -1,3 +1,16 @@
1
+ AllCops:
2
+ DisplayCopNames:
3
+ Description: 'Display cop names in offense messages'
4
+ Enabled: true
5
+
6
+ ExtraDetails:
7
+ Description: 'Display extra details in offense messages.'
8
+ Enabled: true
9
+
10
+ DisplayStyleGuide:
11
+ Description: 'Display style guide URLs in offense messages.'
12
+ Enabled: true
13
+
1
14
  inherit_from:
2
15
  - gds-ruby-styleguide.yml
3
16
  - other-lint.yml
@@ -11,9 +11,6 @@ module Govuk
11
11
  args += [
12
12
  "--config",
13
13
  ConfigFile.new.config_file_path,
14
- "--display-cop-names",
15
- "--extra-details",
16
- "--display-style-guide",
17
14
  ]
18
15
 
19
16
  Diff.enable!(args) if args.include? "--diff"
@@ -1,5 +1,5 @@
1
1
  module Govuk
2
2
  module Lint
3
- VERSION = "3.9.0".freeze
3
+ VERSION = "3.10.0".freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: govuk-lint
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Government Digital Service
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-08-29 00:00:00.000000000 Z
11
+ date: 2018-12-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler