Skip to content
Snippets Groups Projects
Commit 8c83fde2 authored by Razvan Deaconescu's avatar Razvan Deaconescu
Browse files

local.sh: Add linter configuration files

parent d392ace8
No related branches found
No related tags found
No related merge requests found
...@@ -242,6 +242,8 @@ checker_main() { ...@@ -242,6 +242,8 @@ checker_main() {
tmpdir="$(mktemp -d)" tmpdir="$(mktemp -d)"
cp -R ./* "$tmpdir" cp -R ./* "$tmpdir"
cp ./.checkpatch.conf "$tmpdir"
cp ./.shellcheckrc "$tmpdir"
LOG_INFO "Running checker..." LOG_INFO "Running checker..."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment