pending tests
Need to write tests for:
- [ ]
function-orderrule'signoreoptions - [x] Indentation rule(s) - https://github.com/duaraghav8/Solium/commit/00bc6d2ed87af7c924e809deff55320f71d2fd61
- [x] Autofix API & mechanism
- [x] everything in #97
- [ ] Messages supplied by exceptions
- [ ] Tests for rules of the security plugin https://github.com/duaraghav8/solium-plugin-security
- [x] Test for all rules that work with line breaks (
blank-lines,indentation,whitespace, etc) - need to test that they work as expected on linux, mac & windows (different platforms have different newline encoding)
Hi, I'd like to help with the tests for the indentation rules, if no one is already working on that. I'm just getting familiar with the codebase, but this seems approachable to me.
Do you manage issues assignments in some way to avoid work duplication? Or is this comment enough to let others know?
@fvictorio nobody is currently working on it and you're free to take this up. If you do, just let me know and I'll add the In Progress tag to this issue.
Thanks for your contributions! You can always DM me on our Gitter Channel or email me in case you have any doubts or suggestions.
Cool! Mark it as In Progress if you want, I'll start working on it.
Indentation: add test for #268 too