mirror of
https://github.com/hohn/sarif-cli.git
synced 2025-12-16 09:13:04 +01:00
11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
/**
|
|
* @name metrics01
|
|
* @description short sample
|
|
* @kind diagnostic
|
|
* @id cpp/diagnostics/metrics01
|
|
*/
|
|
|
|
import cpp
|
|
|
|
select count(File f | f.fromSource()).toString()
|