overcommit_config 0.0.2 → 0.0.3

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +4 -1
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d4a86e0da7b8599b775b4e9c73d5977d585264e3
4
- data.tar.gz: e959f412d9a4126a53132a08e9e40376cfd7efba
3
+ metadata.gz: 478c9d642d030ccb6aa4e4a9e2008d0ed94349a7
4
+ data.tar.gz: ad3f809d3adb563aab1fce71b63f5cd87160887f
5
5
  SHA512:
6
- metadata.gz: c1ec0330e067754644c50d825b9f650dc6b77e9cb6a8e15b7736ada380e9cb8ddb873af9592cc13ac18af8343c9006cebd7f823da4521b11eb958c0b213e4c83
7
- data.tar.gz: 355d1de1b59db4032109d84b80e9081441865e18b5bae64360a8290b7d67c3c5bf1a09ed8f1a060fea348a94f07e203d345c170a84c3471e7ad6242485f20bc0
6
+ metadata.gz: 824a75664ac6c78df2e4a761fcd4b8c292665ba4d2a40f560ce14a1cb06a00d0276fd1a7460dba831367c4758ec7c2d739d165a158cb6563b914f4b67a520d5c
7
+ data.tar.gz: 895341a32ce2929528b8a717ac963a6dc562b195e4c4780987ff5871e67cc25eaf6f1b5e962c53e23e4d11b985888dbfdde79fd4b88951f48badd18009939618
data/README.md CHANGED
@@ -6,7 +6,10 @@
6
6
 
7
7
  ## Usage
8
8
 
9
- `overcommit_config`
9
+ Run `overcommit_config`
10
+ 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
+ *Note*
12
+ If the commit is valid(does not have any offense), the html report will not be created.
10
13
 
11
14
  ## License
12
15
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: overcommit_config
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thai Huynh