Skip to content

Commit fe0e1c7

Browse files
samestepfacebook-github-bot
authored andcommitted
Add type ignore lint to Makefile (#56587)
Summary: Followup to #56290 which adds the new lint to the local runner from #56439. Pull Request resolved: #56587 Test Plan: Same as #56439. Reviewed By: walterddr Differential Revision: D27909889 Pulled By: samestep fbshipit-source-id: 8b67f3bc36c9b5567fe5a9e49904f2cf23a9f135
1 parent 51d0212 commit fe0e1c7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ quick_checks:
4848
--step 'Ensure no non-breaking spaces' \
4949
--step 'Ensure canonical include' \
5050
--step 'Ensure no unqualified noqa' \
51+
--step 'Ensure no unqualified type ignore' \
5152
--step 'Ensure no direct cub include' \
5253
--step 'Ensure correct trailing newlines'
5354

0 commit comments

Comments
 (0)