-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Warnings: filter out warnings from @generated files
Summary: This has long been in discussion. I'm implementing the simplest solution: when filtering warnings in hh_client, look at the first 50 lines of the files for the "generated" string. I'm also caching the results of that lookup. I'm testing the performance (see test plan), and it looks acceptable. Differential Revision: D66236754 fbshipit-source-id: 505c6c696aadd94bc2b246c7afc4cce691e9e562
- Loading branch information
1 parent
dc3049d
commit 0fb414e
Showing
3 changed files
with
57 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -241,6 +241,7 @@ | |
(libraries | ||
error_codes | ||
errors | ||
re | ||
user_error | ||
utils_core)) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters