diff options
author | Henrique Barcelos <hbarcelos@users.noreply.github.com> | 2021-04-14 21:01:18 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-15 09:01:18 +0900 |
commit | 1c90d8c01875f5abb815fea29eb4545bd9a940c0 (patch) | |
tree | 3d0ad474315bf910af5b3da43aa90467f57a77b6 /test/test-files/solhint | |
parent | 1cd0c0c33b211b5fface9b29f9c58bc6ae09323e (diff) | |
download | ale-1c90d8c01875f5abb815fea29eb4545bd9a940c0.zip |
Updated `solhint` linter to be able to use a local installation (#3682)
* fix: added support for local solhint executable
* feat: added support for matching parse errors
* test: added test for solhint command callback and handler
* chore: removed command callback test
* refactor: made solhint handler structure closer to eslint
Diffstat (limited to 'test/test-files/solhint')
-rw-r--r-- | test/test-files/solhint/Contract.sol | 0 | ||||
-rw-r--r-- | test/test-files/solhint/node_modules/.bin/solhint | 0 | ||||
-rw-r--r-- | test/test-files/solhint/node_modules/solhint/index.js | 0 | ||||
-rw-r--r-- | test/test-files/solhint/package.json | 0 |
4 files changed, 0 insertions, 0 deletions
diff --git a/test/test-files/solhint/Contract.sol b/test/test-files/solhint/Contract.sol new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/solhint/Contract.sol diff --git a/test/test-files/solhint/node_modules/.bin/solhint b/test/test-files/solhint/node_modules/.bin/solhint new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/solhint/node_modules/.bin/solhint diff --git a/test/test-files/solhint/node_modules/solhint/index.js b/test/test-files/solhint/node_modules/solhint/index.js new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/solhint/node_modules/solhint/index.js diff --git a/test/test-files/solhint/package.json b/test/test-files/solhint/package.json new file mode 100644 index 00000000..e69de29b --- /dev/null +++ b/test/test-files/solhint/package.json |