Suggest replacing "x += 1" with "x++", and "y -= 1" with "y--".

This is a common mistake/oversight that ex-Python programmers make.
2 files changed
tree: f6bc4d564f2f9a3e4ffdaf23779752d686e13e03
  1. golint/
  2. misc/
  3. testdata/
  4. LICENSE
  5. lint.go
  6. lint_test.go
  7. README