Skip to content

Commit

Permalink
Fix lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
zanmato1984 committed Jul 14, 2024
1 parent f007a8f commit b99c427
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/build-support/lint_cpp_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ def lint_file(path):
'Use ARROW_ASSIGN_OR_RAISE in header files', []),
(lambda x: re.match(_DCHECK_REGEX, x),
'Use ARROW_DCHECK in header files', _paths('''\
arrow/logging.h
'''))
arrow/util/logging.h'''))

]

Expand Down

0 comments on commit b99c427

Please sign in to comment.