Browse Source

Restoring authorship annotation for Aleksandr <ivansduck@gmail.com>. Commit 2 of 2.

Aleksandr 3 years ago
parent
commit
b05913d1c3

+ 1 - 1
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:

+ 4 - 4
build/config/tests/clang_tidy/ya.make

@@ -1,4 +1,4 @@
-OWNER( 
-    g:cpp-committee 
-    g:yatest 
-) 
+OWNER(
+    g:cpp-committee
+    g:yatest
+)

+ 9 - 9
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

+ 4 - 4
build/config/tests/flake8/ya.make

@@ -1,4 +1,4 @@
-OWNER( 
-    g:python-committee 
-    g:yatest 
-) 
+OWNER(
+    g:python-committee
+    g:yatest
+)

+ 3 - 3
build/config/tests/ya.make

@@ -1,4 +1,4 @@
-OWNER( 
+OWNER(
     shadchin
-    g:yatest 
-) 
+    g:yatest
+)

+ 3 - 3
build/config/ya.make

@@ -1,3 +1,3 @@
-RECURSE( 
-    tests 
-) 
+RECURSE(
+    tests
+)

+ 15 - 15
build/platform/python/python27/ya.make

@@ -1,22 +1,22 @@
-RESOURCES_LIBRARY() 
- 
-OWNER( 
-    g:contrib 
-    g:yatool 
-) 
- 
-INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc) 
- 
-IF (OS_LINUX) 
+RESOURCES_LIBRARY()
+
+OWNER(
+    g:contrib
+    g:yatool
+)
+
+INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc)
+
+IF (OS_LINUX)
     IF (ARCH_ARM64 OR ARCH_AARCH64)
         DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON27 ${PYTHON27_LINUX_ARM64})
     ELSE()
         DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON27 ${PYTHON27_LINUX})
     ENDIF()
-ELSEIF (OS_DARWIN) 
+ELSEIF (OS_DARWIN)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON27 ${PYTHON27_DARWIN})
-ELSEIF (OS_WINDOWS) 
+ELSEIF (OS_WINDOWS)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON27 ${PYTHON27_WINDOWS})
-ENDIF() 
- 
-END() 
+ENDIF()
+
+END()

+ 15 - 15
build/platform/python/python34/ya.make

@@ -1,18 +1,18 @@
-RESOURCES_LIBRARY() 
- 
-OWNER( 
-    g:contrib 
-    g:yatool 
-) 
- 
-INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc) 
- 
-IF (OS_LINUX) 
+RESOURCES_LIBRARY()
+
+OWNER(
+    g:contrib
+    g:yatool
+)
+
+INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc)
+
+IF (OS_LINUX)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON34 ${PYTHON34_LINUX})
-ELSEIF (OS_DARWIN) 
+ELSEIF (OS_DARWIN)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON34 ${PYTHON34_DARWIN})
-ELSEIF (OS_WINDOWS) 
+ELSEIF (OS_WINDOWS)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON34 ${PYTHON34_WINDOWS})
-ENDIF() 
- 
-END() 
+ENDIF()
+
+END()

+ 15 - 15
build/platform/python/python35/ya.make

@@ -1,18 +1,18 @@
-RESOURCES_LIBRARY() 
- 
-OWNER( 
-    g:contrib 
-    g:yatool 
-) 
- 
-INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc) 
- 
-IF (OS_LINUX) 
+RESOURCES_LIBRARY()
+
+OWNER(
+    g:contrib
+    g:yatool
+)
+
+INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc)
+
+IF (OS_LINUX)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON35 ${PYTHON35_LINUX})
-ELSEIF (OS_DARWIN) 
+ELSEIF (OS_DARWIN)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON35 ${PYTHON35_DARWIN})
-ELSEIF (OS_WINDOWS) 
+ELSEIF (OS_WINDOWS)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON35 ${PYTHON35_WINDOWS})
-ENDIF() 
- 
-END() 
+ENDIF()
+
+END()

+ 15 - 15
build/platform/python/python36/ya.make

@@ -1,18 +1,18 @@
-RESOURCES_LIBRARY() 
- 
-OWNER( 
-    g:contrib 
-    g:yatool 
-) 
- 
-INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc) 
- 
-IF (OS_LINUX) 
+RESOURCES_LIBRARY()
+
+OWNER(
+    g:contrib
+    g:yatool
+)
+
+INCLUDE(${ARCADIA_ROOT}/build/platform/python/resources.inc)
+
+IF (OS_LINUX)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON36 ${PYTHON36_LINUX})
-ELSEIF (OS_DARWIN) 
+ELSEIF (OS_DARWIN)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON36 ${PYTHON36_DARWIN})
-ELSEIF (OS_WINDOWS) 
+ELSEIF (OS_WINDOWS)
     DECLARE_EXTERNAL_RESOURCE(EXTERNAL_PYTHON36 ${PYTHON36_WINDOWS})
-ENDIF() 
- 
-END() 
+ENDIF()
+
+END()

Some files were not shown because too many files changed in this diff