cutter/docs/source/contributing
Premade dc76ccf59e
Enforce coding style using clang-tidy (#3603)
Added scripts/clang-tidy.py
Updated doc to tell about clang-tidy
Added checks for clang-tidy are defined below
* cppcoreguidelines-pro-type-cstyle-cast
* misc-const-correctness
* misc-unused-parameters
* modernize-loop-convert
* modernize-use-auto
* modernize-use-nullptr
* readability-braces-around-statements
* readability-identifier-naming
* readability-make-member-function-const
* performance-for-range-copy
* performance-enum-size
* performance-move-const-arg
* performance-no-automatic-move
* performance-noexcept-destructor
* performance-noexcept-move-constructor
* performance-noexcept-swap
* performance-unnecessary-copy-initialization
* performance-unnecessary-value-param
* performance-use-std-move
* performance-move-constructor-init
2026-05-22 21:46:02 +05:00
..
code Enforce coding style using clang-tidy (#3603) 2026-05-22 21:46:02 +05:00
docs Update references for dev/stable split 2021-12-21 13:39:25 +01:00
plugins Minor fixes to python plugin tutorial. (#3475) 2025-05-01 07:12:23 +03:00
translations Improve contribution guidelines (#2293) 2020-07-19 22:23:00 +03:00
code.rst Improve contribution guidelines (#2293) 2020-07-19 22:23:00 +03:00
docs.rst Explain how to build Cutter docs (#2380) 2020-08-16 08:48:13 +03:00