Skip to content

Commit

Permalink
Merge pull request rust-lang#798 from kamalmarhubi/default-no-todo-wa…
Browse files Browse the repository at this point in the history
…rnings

config: Disable report_todo by default
  • Loading branch information
nrc committed Feb 15, 2016
2 parents c66aae7 + 52f98c7 commit 65bc5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Expand Up @@ -327,7 +327,7 @@ create_config! {
struct_lit_multiline_style: MultilineStyle, MultilineStyle::PreferSingle,
"Multiline style on literal structs";
enum_trailing_comma: bool, true, "Put a trailing comma on enum declarations";
report_todo: ReportTactic, ReportTactic::Always,
report_todo: ReportTactic, ReportTactic::Never,
"Report all, none or unnumbered occurrences of TODO in source file comments";
report_fixme: ReportTactic, ReportTactic::Never,
"Report all, none or unnumbered occurrences of FIXME in source file comments";
Expand Down

0 comments on commit 65bc5c2

Please sign in to comment.