Skip to content

Conversation

@IvanIhnatsiuk
Copy link
Contributor

Description

Added clang-format to format C++ and Objective-C code

How to test?

Run yarn lint-clang command

@exploIF
Copy link
Collaborator

exploIF commented Nov 25, 2025

Thank you for this. Ideally we would like to merge such PRs in two steps:

  • PR with formatting setup and disabled CI check
  • PR with actual formatting applied created by one of the maintainers

Currently it's pretty hard to review it, as there are so many changes in single commit. Hard to see if there are only formatting related changes

Copy link
Collaborator

@kacperzolkiewski kacperzolkiewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work 🚀
It formats code properly.

Copy link
Collaborator

@exploIF exploIF left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, one minor comment and we can merge it

- name: Install dependencies
run: yarn install --frozen-lockfile

- name: Run clang lint
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we simply add this job a step in lint job in ci workflow?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants