If I try to use one of the newer security rules I get an error when running Solium:
✖ [Fatal error] - An error occurred while linting over /home/alex/Work/augur-core/source/contracts/Augur.sol: An error occured while trying to load rules: Unable to load Plugin "solium-plugin-securtiy"
You misspelled security to securtiy so solium couldn't find the plugin with that name
The new rules haven't been pushed into production yet. I added a lot more tests for each of them after the bounty and some were failing (false positives). (@Cisplatin has generously patched most of them)
They'll be released in 7-10 days (is it urgent for you though?)
If I try to use one of the newer security rules I get an error when running Solium:
✖ [Fatal error] - An error occurred while linting over /home/alex/Work/augur-core/source/contracts/Augur.sol: An error occured while trying to load rules: Unable to load Plugin "solium-plugin-securtiy"
This is when I include something like
"securtiy/else-after-elseif": "error",
when using solium
1.0.9