Raghav

Results 51 issues of Raghav

Allow the user to create the visual elements using Drag-&-Drop and automatically generate the code for it. For instance, think MS Word: How it lets you create a Table with...

- [ ] `indentation` - **is a top priority** (is also very complicated and indentation rules needs to be re-written in simpler way before we implement its autofix) - [...

Contributors needed
Top Priority

- [ ] `indentation` - doesn't lint for indent inside the `assembly` block, also currently doesn't account for the new syntax for defining contract constructor (`constructor()` - solparse node type...

Contributors needed
Top Priority

**Description** `--max-warnings [integer]` CLI option lets a user specify the maximum number of warnings tolerable. If the number of warnings crosses this threshold, linter prints `Warning threshold exceeded` and returns...

enhancement
Hacktoberfest

This is just an initial though, anyone is welcome to participate in this thread. Only once the format is finalised will I add this to Milestone. **Description** A user shouldn't...

enhancement
Hacktoberfest

**Description** Reproducing an issue here, which was originally reported at https://github.com/duaraghav8/Ethlint/issues/264#issuecomment-502617533 by @quezak

bug

Need to write tests for: - [ ] `function-order` rule's `ignore` options - [x] Indentation rule(s) - https://github.com/duaraghav8/Solium/commit/00bc6d2ed87af7c924e809deff55320f71d2fd61 - [x] Autofix API & mechanism - [x] everything in #97 -...

Contributors needed

**Description** User should be able to specify configuration which is applied to all rules. Individual rule configurations should be able to override this *global configuration*. Example: Use all rules and...

enhancement
question
Contributors needed

**Description** If `--fix-dry-run` fixes all the lint `error`s in the code, the linter exits with `0`. This is wrong behaviour because dry run doesn't permanently fix those errors in the...

bug

The linter should scan all solidity code files for declarations & definitions of data, functions, contracts & libraries. This "symbol table" should then be provided to all rules. This structure...