Skip to content

Commit

Permalink
Fix report coloring when output is given by -o
Browse files Browse the repository at this point in the history
Fixes #55.
  • Loading branch information
bradlarsen committed Nov 27, 2023
1 parent ed0373b commit dd4cc92
Show file tree
Hide file tree
Showing 8 changed files with 494 additions and 364 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

- The LICENSE, README.md, and CHANGELOG.md files are now included in prebuilt binary releases.

- ANSI formatting sequences are now no longer included by default by the `report` command when the output is redirected to a file using the `-o`/`--outfile` parameter ([#55](https://github.com/praetorian-inc/noseyparker/issues/55)).

### Changes
- The `rules check` command invocation now behaves differently.
It now no longer requires input paths to be specified.
Expand Down
Loading

0 comments on commit dd4cc92

Please sign in to comment.