Tarantool development patches archive
 help / color / mirror / Atom feed
* [Tarantool-patches] [PATCH 0/2] Fix typos and enable checkpatch
@ 2023-07-11 16:51 Sergey Bronnikov via Tarantool-patches
  2023-07-11 16:51 ` [Tarantool-patches] [PATCH 1/2] test: fix typos Sergey Bronnikov via Tarantool-patches
  2023-07-11 16:51 ` [Tarantool-patches] [PATCH 2/2] ci: enable checkpatch Sergey Bronnikov via Tarantool-patches
  0 siblings, 2 replies; 7+ messages in thread
From: Sergey Bronnikov via Tarantool-patches @ 2023-07-11 16:51 UTC (permalink / raw)
  To: tarantool-patches, Sergey Kaplun, Maxim Kokryashkin

From: Sergey Bronnikov <sergeyb@tarantool.org>

Sometimes we do mistakes and typos. Reviewers spend a lot of
time in proofreading of comments, commit messages and code itself and
reports typos to authors. The idea is to automate a part of work made by reviewers
and highlight about all typos and code styles problems in continuous integration,
before sending patches to review.

Patches fixes typos in our own source code and enables checkpatch in CI.

Branch: https://github.com/tarantool/luajit/tree/ligurio/gh-xxxx-spellchecking

Sergey Bronnikov (2):
  test: fix typos
  ci: enable checkpatch

 .github/actions/checkpatch/action.yml           | 17 +++++++++++++++++
 .github/workflows/lint.yml                      | 14 ++++++++++++++
 src/luajit-gdb.py                               |  6 +++---
 src/luajit_lldb.py                              |  6 +++---
 test/LuaJIT-tests/src/ctest.c                   |  2 +-
 test/tarantool-tests/CMakeLists.txt             |  2 +-
 test/tarantool-tests/fix-emit-rma.test.lua      |  2 +-
 test/tarantool-tests/gh-4199-gc64-fuse.test.lua |  2 +-
 ...gh-6096-external-unwinding-on-arm64.test.lua |  2 +-
 test/tarantool-tests/gh-6163-min-max.test.lua   |  2 +-
 .../lj-416-xor-before-jcc.test.lua              |  2 +-
 ...426-arm64-incorrect-check-closed-uv.test.lua |  2 +-
 .../lj-512-profiler-hook-finalizers.test.lua    |  4 ++--
 .../lj-603-err-snap-restore.test.lua            |  2 +-
 .../misclib-memprof-lapi.test.lua               |  6 +++---
 test/tarantool-tests/tap.lua                    |  4 ++--
 test/tarantool-tests/unit-jit-parse.test.lua    |  2 +-
 tools/memprof/parse.lua                         |  4 ++--
 tools/memprof/process.lua                       |  4 ++--
 19 files changed, 58 insertions(+), 27 deletions(-)
 create mode 100644 .github/actions/checkpatch/action.yml

-- 
2.34.1


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-07-17 13:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-11 16:51 [Tarantool-patches] [PATCH 0/2] Fix typos and enable checkpatch Sergey Bronnikov via Tarantool-patches
2023-07-11 16:51 ` [Tarantool-patches] [PATCH 1/2] test: fix typos Sergey Bronnikov via Tarantool-patches
2023-07-14 11:53   ` Sergey Kaplun via Tarantool-patches
2023-07-14 12:36     ` Sergey Bronnikov via Tarantool-patches
2023-07-11 16:51 ` [Tarantool-patches] [PATCH 2/2] ci: enable checkpatch Sergey Bronnikov via Tarantool-patches
2023-07-14 12:45   ` Sergey Kaplun via Tarantool-patches
2023-07-17 13:22     ` Sergey Bronnikov via Tarantool-patches

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox