aboutsummaryrefslogtreecommitdiffstats
path: root/build/config/tests
diff options
context:
space:
mode:
authorAleksandr <ivansduck@gmail.com>2022-02-10 16:47:52 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:47:52 +0300
commitea6c5b7f172becca389cacaff7d5f45f6adccbe6 (patch)
treed16cef493ac1e092b4a03ab9437ec06ffe3d188f /build/config/tests
parent37de222addabbef336dcaaea5f7c7645a629fc6d (diff)
downloadydb-ea6c5b7f172becca389cacaff7d5f45f6adccbe6.tar.gz
Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit 1 of 2.
Diffstat (limited to 'build/config/tests')
-rw-r--r--build/config/tests/clang_tidy/config.yaml2
-rw-r--r--build/config/tests/clang_tidy/ya.make8
-rw-r--r--build/config/tests/flake8/flake8.conf18
-rw-r--r--build/config/tests/flake8/ya.make8
-rw-r--r--build/config/tests/ya.make6
5 files changed, 21 insertions, 21 deletions
diff --git a/build/config/tests/clang_tidy/config.yaml b/build/config/tests/clang_tidy/config.yaml
index d55707592c..fba2fc718b 100644
--- a/build/config/tests/clang_tidy/config.yaml
+++ b/build/config/tests/clang_tidy/config.yaml
@@ -1,6 +1,6 @@
Checks: >
-*,
- arcadia-typeid-name-restriction,
+ arcadia-typeid-name-restriction,
bugprone-use-after-move,
readability-identifier-naming,
CheckOptions:
diff --git a/build/config/tests/clang_tidy/ya.make b/build/config/tests/clang_tidy/ya.make
index fc6544f38f..2c63a7978d 100644
--- a/build/config/tests/clang_tidy/ya.make
+++ b/build/config/tests/clang_tidy/ya.make
@@ -1,4 +1,4 @@
-OWNER(
- g:cpp-committee
- g:yatest
-)
+OWNER(
+ g:cpp-committee
+ g:yatest
+)
diff --git a/build/config/tests/flake8/flake8.conf b/build/config/tests/flake8/flake8.conf
index 8af22b5d4d..2e5516a02f 100644
--- a/build/config/tests/flake8/flake8.conf
+++ b/build/config/tests/flake8/flake8.conf
@@ -11,17 +11,17 @@ select =
#Q, # quotes
ignore =
- E122, # continuation line missing indentation or outdented
+ E122, # continuation line missing indentation or outdented
E123, # closing bracket does not match indentation of opening bracket's line
E127, # continuation line over-indented for visual indent
- E131, # continuation line unaligned for hanging
+ E131, # continuation line unaligned for hanging
E203, # whitespace before ':'
- E225, # missing whitespace around operator
+ E225, # missing whitespace around operator
E226, # missing whitespace around arithmetic operator
E24, # multiple spaces after ',' or tab after ','
- E275, # missing whitespace after keyword
- E305, # expected 2 blank lines after end of function or class
- E306, # expected 1 blank line before a nested definition
+ E275, # missing whitespace after keyword
+ E305, # expected 2 blank lines after end of function or class
+ E306, # expected 1 blank line before a nested definition
E402, # module level import not at top of file
E722, # do not use bare except, specify exception instead
E731, # do not assign a lambda expression, use a def
@@ -29,7 +29,7 @@ ignore =
F722, # syntax error in forward annotation
- W503, # line break before binary operator
- W504, # line break after binary operator
-
+ W503, # line break before binary operator
+ W504, # line break after binary operator
+
max-line-length = 200
diff --git a/build/config/tests/flake8/ya.make b/build/config/tests/flake8/ya.make
index c4ba4105e0..6aff16ef0b 100644
--- a/build/config/tests/flake8/ya.make
+++ b/build/config/tests/flake8/ya.make
@@ -1,4 +1,4 @@
-OWNER(
- g:python-committee
- g:yatest
-)
+OWNER(
+ g:python-committee
+ g:yatest
+)
diff --git a/build/config/tests/ya.make b/build/config/tests/ya.make
index 146c3f63ad..fad817f908 100644
--- a/build/config/tests/ya.make
+++ b/build/config/tests/ya.make
@@ -1,4 +1,4 @@
-OWNER(
+OWNER(
shadchin
- g:yatest
-)
+ g:yatest
+)