Hi Xiyue,

> If we have an option to disable loading "~/.reportbugrc" we can avoid
> this situation.

There is no option to disable loading /etc/reportbugrc, but you can
already disable loading ~/.reportbugrc by setting $HOME to a
non-existing directory or the empty string:

$ grep cc ~/.reportbugrc
no-cc
list-cc-me
$ HOME= reportbug --template --no-bug-script reportbug | grep -i cc
$

Reply via email to