Skip to content

Commit 29d2ab6

Browse files
committed
Add Changelog entry
1 parent f66bbe1 commit 29d2ab6

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
* <INSERT YOUR FEATURE OR BUGFIX HERE>
1111

12+
* [FEATURE: Generate JSON report in background](https://github.com/fastruby/skunk/pull/119)
1213
* [ENHANCEMENT: Better test suite with more relaxed console output expectation](https://github.com/fastruby/skunk/pull/117)
1314
* [ENHANCEMENT: Use minitest 5.22.x (also, stop testing with Ruby 2.4 and 2.5)](https://github.com/fastruby/skunk/pull/115)
1415

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ To only run skunk on specific folders, pass a list of directories in the command
123123

124124
`skunk app lib`
125125

126+
### Generate JSON report in background
127+
128+
When the Skunk command is run, it will generate a JSON report file in the `RubyCritic::Config.root` location.
129+
126130
### Comparing feature branches
127131

128132
When working on new features, run skunk against your feature branch to check if the changes are improving or decreasing the code quality of the project.

0 commit comments

Comments
 (0)