blob: caf2f86b4b52abbd7eb5df0d884fefc22219c179 [file] [log] [blame]
Michal Mazurek738dc122022-03-28 19:28:22 +02001#!/bin/sh
2# Copyright lowRISC contributors.
3# Licensed under the Apache License, Version 2.0, see LICENSE for details.
4# SPDX-License-Identifier: Apache-2.0
5
6find sw hw \
7 -name '*.rs' \
8 -exec rustfmt --check {} \;
9