-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write autofix functions for existing rules #94
Comments
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 150.0 DAI (150.0 USD @ $1.0/DAI) attached to it.
|
cc @nemaniarjun (if you're interested) |
I would be interested, but I am busy this week, maybe able to pick this up after the 15th. Also, I would suggest breaking the bounty into smaller parts / or making it a "Co-operative" bounty, which will result in faster work IMO. |
If this is still opened, I could have a look at it this week-end. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 2 years, 5 months ago. 1) ihordiachenko has started work. I'm going to start with the Learn more on the Gitcoin Issue Details page. |
Thanks @gomesalexandre :) |
|
|
I see your point, makes sense. It's always good to have sane abstractions like the |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done This issue now has a funding of 150.0 DAI (150.0 USD @ $1.0/DAI) attached to it.
|
@aerophile I am not sure why this was reopened by the Gitcoin bot, however, it's a collaborative bounty so feel free to take on the rules I haven't worked on 👍 |
sure @gomesalexandre, considering that the remaining three items are common to this and #169 It will be better to get inputs from @duaraghav8 before proceeding to avoid redundant work. |
@duaraghav8 @aerophile Pushed some more fixes for |
@gomesalexandre @duaraghav8 Just an update from my side: Have been reading documentation and really got the gist of what solium is and how rules and fixing work. I really appreciate the architectural choices made in v1.0+ . I think I'll be working on the autofix functions for |
Hi @gomesalexandre and @duaraghav8, just a friendly check-in here 😀 how are things coming along? |
Hey @mkosowsk unfortunately I didn't have time to continue the work on it yet. I'll try to push the two rules' missing autofixes on Sunday night Paris time (in 48 hours essentially), but can't confirm 😞. If I didn't push it by then, feel free to write the remaining fixes, including the ones for these two(you can fork my fork and use that as a basis !) |
Hi @aerophile per @gomesalexandre last comment, do you think you have the tools to run with this issue? Thanks! |
Hey @aerophile @gomesalexandre just wanted to follow up on this once more, any updates? |
@ceresstation Expecting to update and complete by this weekend |
Hey @aerophile did you manage to find time to finish this up over the weekend as mentioned? |
@ceresstation I did spend time over the weekend but I'm still on it. I plan to continue. |
@aerophile Hey there, we haven't heard back from you in a while, are you still working on this? |
@aerophile - pinging again to see if you're still working on this! |
hi i would like to konw if this bounty is still open? |
hey @duaraghav8, Frank from Gitcoin here, is this issue still open for @codi45? |
@frankchen07 hey even I haven't heard from aerophile so if this issue is not already open but @codi45 is keen on working on it, could you help re-open it on gitcoin? Because I now consider this issue to be open again to hunters |
Hi @duaraghav8 yes i would like to start and will want to know the issues because i try the lbrace rule and it is working correctly if the brackets are there or not so i would to know more about the fix. |
@codi45 & @duaraghav8 - yep the issue is still open! https://gitcoin.co/issue/duaraghav8/Solium/94/722 |
Hey @codi45 are you still interested in trying out this issue? |
Hey, @duaraghav8 @ceresstation is this issue still open? |
@dev1644 going by the issue details page, yes it is open. I'd still wait for @ceresstation's confirmation |
@duaraghav8 Ok, once @ceresstation confirm it, I will start working on it. |
Hey @dev1644 really sorry for the delay, you're good to go here! |
Hey @duaraghav8. Is the bounty still attached to this issue? |
Hi @ihordiachenko it should be, if you can get the remaining tasks complete that would be super helpful. |
@ihordiachenko Let me know in case you have any doubts |
@ceresstation @duaraghav8 cool, I'll give it a shot next week |
@duaraghav8 autofix for the |
@ihordiachenko sorry for the late response, I had been on leave for a while. |
Issue Status: 1. Open 2. Started 3. Submitted 4. Done Work has been started. These users each claimed they can complete the work by 1 year, 8 months ago. 1) akanimorex has started work. i am very proficient in javascript and i can work on this if this is still open Learn more on the Gitcoin Issue Details page. |
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)whitespace
lbrace
pragma-on-top
'sinspectExperimentalPragmaStatement()
imports-on-top
blank-lines
operator-whitespace
function-ordering
array-declarations
deprecated-suicide
pragma-on-top
quotes
emit
See dev guide on how to implement
fix()
es for rules.The text was updated successfully, but these errors were encountered: