google / google/closure-compiler
DiagnosticGroups.FILEOVERVIEW_JSDOC doesn't work
Open
internal cleanup
- Dominant language
- JavaScript
- Stars
- 7.7k
- Forks
- 1.2k
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 6
Description
The compiler never warns about duplicate @fileoverview tags, as of c621cfa98e0c217f283c2d41bbf3019662e4fda8.
`DiagnosticGroups.FILEOVERVIEW_JSDOC` is unused.
Possible fixes:
1. Remove it and update the [documentation](https://github.com/google/closure-compiler/wiki/Warnings).
2. Reimplement it.
Contributor guide
Assessment
This issue has not been assessed yet.