File tree Expand file tree Collapse file tree
test/lib/skunk/cli/options Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,8 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## main [ (unreleased)] ( https://github.com/fastruby/skunk/compare/v0.5.4...HEAD )
99
10- * BUGFIX: Pin path_expander < 2.0 for Ruby 2.7 compatibility
11- * [ FEATURE: Add ` --formats ` CLI flag to select report formats (json, html, console)] ( https://github.com/fastruby/skunk/pull/130 )
10+ * [ FEATURE: Add ` --formats ` CLI flag to select report formats (json, html, console)]
1211* [ REFACTOR: Move Console Report] ( https://github.com/fastruby/skunk/pull/128 )
1312* [ BUGFIX: Set the right content type in the share HTTP request] ( https://github.com/fastruby/skunk/pull/129 )
1413* [ REFACTOR: Centralize Skunk analysis into RubyCritic module] ( https://github.com/fastruby/skunk/pull/127 )
Original file line number Diff line number Diff line change 2929 after do
3030 Skunk ::Config . reset
3131 end
32-
3332 context "passing --formats option" do
3433 let ( :argv ) { [ "--formats=json,html" ] }
3534
You can’t perform that action at this time.
0 commit comments