Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 388 Bytes

File metadata and controls

9 lines (8 loc) · 388 Bytes

Code Analysis

  • brew install cloc
  • https://github.com/AlDanial/cloc
  • cloc . --exclude-ext=sh,cmd,md,bat --fullpath --not-match-d test --exclude-content=/Test/gm --exclude-lang="Bourne Shell"
  • cloc . --exclude-ext=sh,cmd,md,bat --match-d main --exclude-content=/Test/gm --exclude-lang="Bourne Shell"
  • cloc . --include-ext=kt
  • cloc --show-ext
  • Ignore file .clocignore