mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-21 04:45:31 +08:00
20 lines
540 B
YAML
20 lines
540 B
YAML
# SPDX-FileCopyrightText: Copyright (C) swift Project Community / Contributors
|
|
# SPDX-License-Identifier: CC0-1.0
|
|
|
|
Checks: >
|
|
-*,
|
|
modernize-use-auto,
|
|
|
|
|
|
CheckOptions:
|
|
- key: readability-identifier-naming.ClassCase
|
|
value: 'CamelCase'
|
|
- key: readability-identifier-naming.MethodCase
|
|
value: 'camelBack'
|
|
- key: readability-identifier-naming.MemberCase
|
|
value: 'camelBack'
|
|
- key: readability-identifier-naming.MemberPrefix
|
|
value: 'm_'
|
|
- key: readability-implicit-bool-conversion.AllowPointerConditions
|
|
value: true
|