Skip to content

Commit

Permalink
Increase max statements in a cmake function from 125 to 130 to preven…
Browse files Browse the repository at this point in the history
…t linting warnings in CompileOptions.cmake
  • Loading branch information
adharsh committed Sep 5, 2024
1 parent aae3994 commit 3564ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cmake-format.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ lint:
max_branches: 40 # Default target: 12
max_arguments: 6 # Default target: 5
max_localvars: 15
max_statements: 125 # Default target: 50
max_statements: 130 # Default target: 50
encode:
emit_byteorder_mark: false
input_encoding: utf-8
Expand Down

0 comments on commit 3564ce5

Please sign in to comment.