Skip to content

Commit

Permalink
fix shebang and sanity check commands
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKralCZ committed Aug 15, 2024
1 parent 244b566 commit 7a1e6e9
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,12 @@ dependencies = [
('yelp-xsl', '42.1'),
('ITSTool', '2.0.7'),
('libxml2', '2.11.4'),
# docbook-xsl ?
('mallard-ducktype', '1.0.2'),
('lxml', '4.9.2'),
]

fix_python_shebang_for = ['bin/*']

sanity_check_paths = {
'files': [
'bin/yelp-build',
Expand All @@ -41,4 +42,9 @@ sanity_check_paths = {
'dirs': ['share/%(name)s'],
}

sanity_check_commands = [
'yelp-build cache -h',
'yelp-check hrefs -h',
]

moduleclass = 'tools'

0 comments on commit 7a1e6e9

Please sign in to comment.