We should get a linter/syntax checker. It seems like alot of the requested issues on PR's are small syntax issues. Basic syntax things like spacing and semicolons can be taken care of by a linter and we can concentrate our reviews on the logic of the code.
Current Behavior
Most PR reviews are syntax change requests not logic.
Possible Solution
Some sort of linter. Im sure rails has something like this but we have to find it/decide on which one to use.
Expected Behavior
We should get a linter/syntax checker. It seems like alot of the requested issues on PR's are small syntax issues. Basic syntax things like spacing and semicolons can be taken care of by a linter and we can concentrate our reviews on the logic of the code.
Current Behavior
Most PR reviews are syntax change requests not logic.
Possible Solution
Some sort of linter. Im sure rails has something like this but we have to find it/decide on which one to use.