diff --git a/.github/auto_assign.yml b/.github/auto_assign.yml new file mode 100644 index 0000000..273b6ac --- /dev/null +++ b/.github/auto_assign.yml @@ -0,0 +1,9 @@ +addReviewers: true +reviewers: + - dogancanbakir + - dwisiswant0 + - mzack9999 + +numberOfReviewers: 1 +skipKeywords: + - '@dependabot' \ No newline at end of file diff --git a/runner/runner.go b/runner/runner.go index bd2b8d4..dbdaa7b 100644 --- a/runner/runner.go +++ b/runner/runner.go @@ -1183,11 +1183,7 @@ func (r *Runner) RunEnumeration() { //nolint:errcheck // this method needs a small refactor to reduce complexity if plainFile != nil { - if r.options.NoColor { - plainFile.WriteString(resp.str + "\n") - } else { - plainFile.WriteString(stripANSI(resp.str) + "\n") - } + plainFile.WriteString(stripANSI(resp.str) + "\n") } if len(r.options.ExcludeOutputFields) > 0 {