rubocop-md 1.2.3 → 1.2.4

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: c7c6dbb228497df06f33f4c2c5f91b9fc719aa1026428b8ca86e596f4658ffcb
4
- data.tar.gz: c42e2dea6fe018ec5e0f23dd39caeaff927408729ee69c911f7220446017d1c0
3
+ metadata.gz: 62c192c00a24695544108e88c6d66c9de0216457dfb6516731fcdd0d9d456c29
4
+ data.tar.gz: 87d380ab217bcb15a137fe65342c003d73247bd33f1ed8afd0c1b1961d35f8ae
5
5
  SHA512:
6
- metadata.gz: d3a4dd5d3e3eb894db690a40f699303f4350664516cd83475127786e8348086b0e23d8209fb2187aa0df33e287f4a6f72f840efe7b9dc7214b0113180299e59f
7
- data.tar.gz: 5cd2b8c3675fd5fa84676c00d75ce2872dbc193ab4f55fc01283450c5bc3ad3774c80156b712332db467585baa8e3913064f5c14095102eb2bb979b572e1e51e
6
+ metadata.gz: 7e9f8ebc5ec8cfcbbc652b712630ad9be5b0b047447f843a43b3aa29e9119bb951b619992f95be68f231300296fc2036019a82a3b7e44d472fbf1662262d86e9
7
+ data.tar.gz: 5955808a8f1320dec6c18be33104cf6550f36db71e1d5b0f350d211a9e9be179815c3f50b1d118a90bd61c8ba5c43b6d36a449d596e57f37a60883dad483a896
data/CHANGELOG.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  ## master (unreleased)
4
4
 
5
+ ## 1.2.4 (2024-10-16)
6
+
7
+ - Fix RuboCop warnings.
8
+
5
9
  ## 1.2.3 (2024-09-12)
6
10
 
7
11
  - Do no try linting `.mdx` files by default.
data/README.md CHANGED
@@ -55,7 +55,7 @@ rubocop -r "rubocop-md" -a ./lib
55
55
 
56
56
  Code in the documentation does not make sense to be checked for some style guidelines (eg `Style/FrozenStringLiteralComment`).
57
57
 
58
- We described such rules in the [default config](config/default.yml), but if you use the same settings in your project’s `.rubocop.yml` file, `RoboCop` will override them.
58
+ We described such rules in the [default config](config/default.yml), but if you use the same settings in your project’s `.rubocop.yml` file, `RuboCop` will override them.
59
59
 
60
60
  Fortunately, `RuboCop` supports directory-level configuration and we can do the next trick.
61
61
 
@@ -2,6 +2,6 @@
2
2
 
3
3
  module RuboCop
4
4
  module Markdown
5
- VERSION = "1.2.3"
5
+ VERSION = "1.2.4"
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rubocop-md
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.3
4
+ version: 1.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vladimir Dementyev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-09-13 00:00:00.000000000 Z
11
+ date: 2024-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rubocop