overcommit_config 0.1.0 → 0.1.1
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/README.md +3 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 26c9252964f2b6225eec68eca259ce2ee6b92344
|
4
|
+
data.tar.gz: a46bbd58b7aa943931cbf16d9477c33ccd058ed0
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 77e8a1a958b6689b99c15c5d0a875b70113ff9edeb64e13041e9b9dc67c9b3da823eaa90238066349d4e8a330145b7ba90b3ada59a74d7a38509f2363992b33b
|
7
|
+
data.tar.gz: a62ab26fac7807c7368990c6fb151d43c7ec67d747b6e07854f9b0b2f9d9ea26f644b29d279821848234d30b1945e6e0d21d9f508657ad97695219c7138916a1
|
data/README.md
CHANGED
@@ -7,8 +7,10 @@
|
|
7
7
|
## Usage
|
8
8
|
|
9
9
|
Run `overcommit_config`
|
10
|
+
|
10
11
|
After that, when your commit has any offense, a report with html format will be created in the root of application with name current_date-rubocop.html. A hook failing in this case does not prevent the commit since it has already noted.
|
11
|
-
|
12
|
+
|
13
|
+
**Note**
|
12
14
|
If the commit is valid(does not have any offense), the html report will not be created.
|
13
15
|
|
14
16
|
## License
|