Skip to content

Commit

Permalink
clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonmeow committed Jan 9, 2025
1 parent cc41f32 commit cbcff7d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,10 @@ common --incompatible_autoload_externally=+@rules_java,+@rules_python,+@rules_sh
# TODO: Enable the flag once compatibility issues are fixed.
# common --incompatible_disable_non_executable_java_binary

# Incompatible with the clang-tidy build mode.
# TODO: Enable the flag once compatibility issues are fixed.
# common --incompatible_auto_exec_groups

# Incompatible with `rules_cc`.
# TODO: Enable the flag once compatibility issues are fixed.
# common --incompatible_no_rule_outputs_param
Expand Down Expand Up @@ -161,7 +165,6 @@ common --incompatible_autoload_externally=+@rules_java,+@rules_python,+@rules_sh
common --incompatible_allow_tags_propagation
common --incompatible_always_check_depset_elements
common --incompatible_always_include_files_in_data
common --incompatible_auto_exec_groups
common --incompatible_bazel_test_exec_run_under
common --incompatible_check_sharding_support
common --incompatible_check_testonly_for_output_files
Expand Down

0 comments on commit cbcff7d

Please sign in to comment.