Skip to content

Commit

Permalink
Remove support for 'ambiguousFunctionDecl' (bazelbuild#438)
Browse files Browse the repository at this point in the history
The 'ambiguousFunctionDecl' diagnostic group has been a noop for 2+ years.
  • Loading branch information
concavelenz authored and ptmphuong committed Dec 9, 2022
1 parent e6d8840 commit d83e6e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion java/com/google/javascript/jscomp/Diagnostics.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ final class Diagnostics {
private static final ImmutableSet<String> LEGAL_JSDOC_SUPPRESSIONS =
ImmutableSet.of(
"accessControls",
"ambiguousFunctionDecl",
"checkDebuggerStatement",
"checkRegExp",
"checkTypes",
Expand Down

0 comments on commit d83e6e6

Please sign in to comment.