mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 08:55:42 +03:00
ba9d78e0d2
Other files.
21 lines
693 B
Text
Executable file
21 lines
693 B
Text
Executable file
# Copyright 2021-2024 New Vector Ltd.
|
|
#
|
|
# SPDX-License-Identifier: AGPL-3.0-only
|
|
# Please see LICENSE in the repository root for full details.
|
|
|
|
# This file list String which are not allowed in source code.
|
|
# Use Perl regex to write forbidden strings
|
|
# Note: line cannot start with a space. Use \s instead.
|
|
# It is possible to specify an authorized number of occurrence with === suffix. Default is 0
|
|
# Example:
|
|
# AuthorizedStringThreeTimes===3
|
|
|
|
# Extension:xml
|
|
|
|
### Use style="@style/Widget.Vector.TextView.*" instead of textSize attribute
|
|
android:textSize===11
|
|
|
|
### Use `@id` and not `@+id` when referencing ids in layouts
|
|
layout_(.*)="@\+id
|
|
accessibilityTraversal(.*)="@\+id
|
|
toolbarId="@\+id
|