File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
22Describe ' sharp'
33Describe ' lint'
4+ Skip " Lint is not working properly yet (it seems it's behavior is limited)"
45
56 It ' checks itself'
67 When run ./bin/sharp lint ./skill/autoloaded/lint.scm
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Describe 'skill#'
33
44
55It ' passes Lint checks (All files together)'
6+ Skip " Lint is not working properly yet (it seems it's behavior is limited)"
67When run ./bin/sharp lint ./skill
78The stdout should include ' INFO (IQ): IQ score is 100 (best is 100).'
89The stderr should be blank
1112
1213
1314It ' passes Lint checks (File by file)'
15+ Skip " Lint is not working properly yet (it seems it's behavior is limited)"
1416When run env SKILL_SHARP_LINT_FILE_BY_FILE=TRUE ./bin/sharp lint ./skill
1517The stdout should be present
1618The stderr should be blank
You can’t perform that action at this time.
0 commit comments