Open NikitaNikolaenko opened 1 year ago
Aviator will automatically update this comment as the status of the PR changes. Comment
/aviator refresh
to force Aviator to re-examine your PR (or learn about other/aviator
commands).
This pull request is currently open (not queued).
To merge this PR, comment /aviator merge
or add the mergequeue-ready
label.
Removes the following very annoying checks:
modernize-use-trailing-return-type - this check constantly notifies about an option to use smth like this:
Useless and is not used in eventuals codebase.
readability-function-cognitive-complexity - eventuals by their nature have extremely complex codebase, some of the functions have a cognitive complexity of 300+, this check acts more like a noise at this point.
readability-identifier-length - eventuals use one-letter-variables extensively across the codebase, no need for this check today.