Skip to content

Commit

Permalink
Updated scopelint spec section of README
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Nov 27, 2023
1 parent 212a699 commit 1aaa4b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ scopelint check

#### Scopelint spec compatibility

Some tests will not show up when running `scopelint spec` because the methods they are testing are inherited in the `RadworksGovernor`. In order to get an accurate picture of the tests with `scopelint spec` add an explicit `propose` method to the `RadworksGovernor`. It should look like this:
Some tests will not show up when running `scopelint spec` because the methods they are testing are inherited in the `RadworksGovernor` and `scopelint` does not show tests on inherited methods. In order to get an accurate picture of the tests with `scopelint spec` add an explicit `propose` method to the `RadworksGovernor`. It should look like this:

```
function propose(
Expand Down

0 comments on commit 1aaa4b1

Please sign in to comment.