Skip to content

Commit

Permalink
Updated check yml file
Browse files Browse the repository at this point in the history
  • Loading branch information
volodymyr-babak committed Oct 18, 2024
1 parent 9240496 commit 490d737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/src/main/python/check_yml_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def check_yml(total_list, input_yaml_file):

if __name__ == '__main__':
sys.setrecursionlimit(10000)
files_to_check = ["application/src/main/resources/thingsboard.yml",
files_to_check = ["application/src/main/resources/tb-edge.yml",
"transport/http/src/main/resources/tb-http-transport.yml",
"transport/mqtt/src/main/resources/tb-mqtt-transport.yml",
"transport/coap/src/main/resources/tb-coap-transport.yml",
Expand Down

0 comments on commit 490d737

Please sign in to comment.