• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Checks: '-*,modernize-loop-convert,modernize-use-using'
2CheckOptions:
3  - key:             modernize-loop-convert.MaxCopySize
4    value:           '10'
5  - key:             modernize-loop-convert.MinConfidence
6    value:           reasonable
7  - key:             modernize-use-using.IgnoreMacros
8    value:           1
9