rubocop-md 1.2.3 → 1.2.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/README.md +1 -1
- data/lib/rubocop/markdown/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 62c192c00a24695544108e88c6d66c9de0216457dfb6516731fcdd0d9d456c29
|
|
4
|
+
data.tar.gz: 87d380ab217bcb15a137fe65342c003d73247bd33f1ed8afd0c1b1961d35f8ae
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7e9f8ebc5ec8cfcbbc652b712630ad9be5b0b047447f843a43b3aa29e9119bb951b619992f95be68f231300296fc2036019a82a3b7e44d472fbf1662262d86e9
|
|
7
|
+
data.tar.gz: 5955808a8f1320dec6c18be33104cf6550f36db71e1d5b0f350d211a9e9be179815c3f50b1d118a90bd61c8ba5c43b6d36a449d596e57f37a60883dad483a896
|
data/CHANGELOG.md
CHANGED
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, `
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2024-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rubocop
|