diff options
Diffstat (limited to 'build-aux/lint-src')
-rwxr-xr-x | build-aux/lint-src | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build-aux/lint-src b/build-aux/lint-src index d536631..15327f4 100755 --- a/build-aux/lint-src +++ b/build-aux/lint-src @@ -148,7 +148,7 @@ get-dscname() { done ./build-aux/venv/bin/pytest "${testfiles[@]}" || exit $? ;; - make | cmake | gitignore | ini | 9p-idl | 9p-log | markdown | pip | man-cat) + asm | make | cmake | gitignore | ini | 9p-idl | 9p-log | markdown | pip | man-cat) # TODO: Write/adopt linters for these file types : ;; |