File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
src/com/google/javascript/jscomp Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,11 @@ private Builder() {
73
73
options .setWarningLevel (DiagnosticGroups .MISPLACED_MSG_ANNOTATION , CheckLevel .WARNING );
74
74
options .setWarningLevel (DiagnosticGroups .LINT_CHECKS , CheckLevel .WARNING );
75
75
options .setWarningLevel (DiagnosticGroups .UNUSED_LOCAL_VARIABLE , CheckLevel .WARNING );
76
- options .setWarningLevel (DiagnosticGroups .UNUSED_PRIVATE_PROPERTY , CheckLevel .WARNING );
77
76
options .setWarningLevel (DiagnosticGroups .EXTRA_REQUIRE , CheckLevel .ERROR );
78
77
options .setWarningLevel (DiagnosticGroups .MISPLACED_SUPPRESS , CheckLevel .WARNING );
79
78
options .setWarningLevel (DiagnosticGroups .TYPE_IMPORT_CODE_REFERENCES , CheckLevel .ERROR );
80
79
options .setWarningLevel (DiagnosticGroups .MODULE_LOAD , CheckLevel .OFF );
81
80
options .setWarningLevel (DiagnosticGroups .STRICT_MODULE_CHECKS , CheckLevel .WARNING );
82
- options .setWarningLevel (DiagnosticGroups .UNDERSCORE , CheckLevel .WARNING );
83
81
options .setSummaryDetailLevel (0 );
84
82
}
85
83
You can’t perform that action at this time.
0 commit comments