Skip to content

Commit

Permalink
Drop clang-tidy, YOLO
Browse files Browse the repository at this point in the history
  • Loading branch information
falconindy committed Aug 1, 2024
1 parent 21e51c9 commit 6dce347
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
6 changes: 0 additions & 6 deletions .clang-tidy

This file was deleted.

20 changes: 0 additions & 20 deletions build-aux/clang-tidy

This file was deleted.

4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,9 @@ install_data(
install_dir : join_paths(get_option('datadir'), 'zsh/site-functions'))

run_target(
'tidy',
'fmt',
command : [
join_paths(meson.project_source_root(), 'build-aux/clang-tidy')
join_paths(meson.project_source_root(), 'build-aux/source-format')
])

# unit tests
Expand Down

0 comments on commit 6dce347

Please sign in to comment.