Page MenuHomePhabricator

lint: don't forget to lint .bash files
ClosedPublic

Authored by PiRK on May 30 2023, 09:17.

Details

Reviewers
Fabien
Group Reviewers
Restricted Project
Commits
rABC30b67c5adc94: lint: don't forget to lint .bash files
Summary

This is a backport of core#23506

Note: I also excluded some animation files from json linters to make arc lint --everything usable.

Test Plan

Add a shellcheck violation in a bash file and run arc lint

arc lint --everything

Diff Detail

Repository
rABC Bitcoin ABC
Branch
lint_bash
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 23829
Build 47268: Build Diff
Build 47267: arc lint + arc unit

Event Timeline

PiRK requested review of this revision.May 30 2023, 09:17
PiRK planned changes to this revision.May 30 2023, 09:17

I also need to run arc lint --everything

PiRK edited the test plan for this revision. (Show Details)
PiRK edited the summary of this revision. (Show Details)

fix two files and exclude some animation files from json linters

Fabien requested changes to this revision.May 30 2023, 13:29
Fabien added a subscriber: Fabien.
Fabien added inline comments.
src/qt/bitcoingui.cpp
1250 ↗(On Diff #40486)

That's unrelated

This revision now requires changes to proceed.May 30 2023, 13:29

revert accidental changes to bitcoingui.cpp

This revision is now accepted and ready to land.May 30 2023, 18:27
This revision was automatically updated to reflect the committed changes.