Skip to content

Commit 3a193a4

Browse files
committed
chore: update rubocop todo configuration
Update rubocop todo file with latest offense counts and configurations
1 parent 6c28a2b commit 3a193a4

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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)

test/lib/skunk/cli/options/argv_test.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
after do
3030
Skunk::Config.reset
3131
end
32-
3332
context "passing --formats option" do
3433
let(:argv) { ["--formats=json,html"] }
3534

0 commit comments

Comments
 (0)