Skip to content

Commit 6d80d91

Browse files
author
Neil Wadhvana
committed
Update cuda source file types
1 parent d74e061 commit 6d80d91

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

linters/plugin.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,18 @@ lint:
170170
- slashes-block
171171

172172
- name: cuda
173+
inherit:
174+
- cuda-header
175+
- cuda-source
176+
177+
- name: cuda-header
178+
extensions:
179+
- cuh
180+
comments:
181+
- slashes-block
182+
- slashes-inline
183+
184+
- name: cuda-source
173185
extensions:
174186
- cu
175187
comments:

0 commit comments

Comments
 (0)