Development of an internal social media platform with personalised dashboards for students
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

fixme.py 572B

123456789101112131415161718192021
  1. # -*- encoding=utf-8 -*-
  2. # pylint: disable=missing-docstring, unused-variable
  3. # +1: [fixme]
  4. # FIXME: beep
  5. def function():
  6. variable = "FIXME: Ignore me!"
  7. # +1: [fixme]
  8. test = "text" # FIXME: Valid test
  9. # +1: [fixme]
  10. # TODO: Do something with the variables
  11. # +1: [fixme]
  12. xxx = "n/a" # XXX: Fix this later
  13. # +1: [fixme]
  14. #FIXME: no space after hash
  15. #FIXME: in fact nothing to fix #pylint: disable=fixme
  16. #TODO: in fact nothing to do #pylint: disable=fixme
  17. #TODO: in fact nothing to do #pylint: disable=line-too-long, fixme