Skip to content
Snippets Groups Projects
  1. May 15, 2025
  2. Mar 05, 2025
    • Jakob Kaiser's avatar
      feat: fully qualified Exception · 0b189f7b
      Jakob Kaiser authored
      Specifying exception names in the overgeneral-exceptions option without
      module name is deprecated and support for it will be removed in pylint
      3.0.
      
      Change-Id: Ie97cab71718ece3d769a1cc9dc827c7f8a7d0a88
      0b189f7b
  3. Jan 20, 2025
  4. Apr 22, 2024
  5. Nov 03, 2023
    • Jakob Kaiser's avatar
      chore: align to pylint version 2.14.4 · e718d569
      Jakob Kaiser authored
      - remove depreacted options in pylintrc
      - checking for no-self-use is now optional -> add comment in pylintrc.
        Currently we can not enable the optional check due to a too old
        version in the ASIC container
      
      Depends-On: topic:spack_update_0.20.0
      In-Container: /containers/testing/c21398p64_2023-11-03_1.img
      
      Change-Id: I727f447db2c8d635915d33fd3ea95081b81654a1
      5 tags
      e718d569
  6. Sep 27, 2023
  7. Mar 29, 2023
  8. Mar 17, 2023
  9. Aug 30, 2021
  10. Aug 17, 2021
  11. Jun 11, 2021
    • Philipp Spilger's avatar
      Update doxyfile · 50360537
      Philipp Spilger authored
      * gets rid of some warnings
      
      Change-Id: Icde5a02f403feeaf50aaf533c2ca143d2231addb
      50360537
  12. May 05, 2021
  13. Sep 21, 2020
  14. Sep 01, 2020
    • Arne Emmel's avatar
      Whitelist commonly variable names · 5c6f4305
      Arne Emmel authored
      Some variable names are so common, that it is more confusing not to use
      them, although they are short.
      
      This change adds `fd` and `ax`.
      
      Change-Id: Ibe9b8425df106d51fffe2e2ecad81a5a943c801e
      5c6f4305
  15. Jul 29, 2020
  16. Jul 28, 2020
  17. May 27, 2020
    • Arne Emmel's avatar
      Move check for blacklisted names to pylint · 6b7ea4c5
      Arne Emmel authored
      Check for blacklisted names ‘l’, ‘O’, and ‘I’ with pylint instead of
      pycodestyle, this allows to disable the check inline.
      
      Change-Id: I765f0d62d541fe55125396ff55ee3597f8086987
      6b7ea4c5
  18. Apr 29, 2020
  19. Mar 28, 2020
    • Arne Emmel's avatar
      Doxyfile: Disable case-sensitive filenames · d8254e15
      Arne Emmel authored
      In order to be convertable to sphinx, the filenames of the documentation
      need to be lowercase to match the lowercase ids used in sphinx.
      
      Change-Id: Ie28c08313c44665590f8bc354cde9a94499d47ea
      d8254e15
  20. Mar 26, 2020
    • Arne Emmel's avatar
      Generate xml docs · 8a92a22f
      Arne Emmel authored
      The xml output can be used by other tools to create different formats,
      e.g. for sphinx based documentation.
      
      Change-Id: I4419bfbe8d9dc752e212edbc2cf635d5e5ebb59b
      8a92a22f
  21. Mar 23, 2020
  22. Mar 06, 2020
  23. Jan 23, 2020
    • Johannes Weis's avatar
      Move line-length check functionality to pylint · efe6e4c3
      Johannes Weis authored
      Currently, the length of a line is checked with pycodestyle, which does
      not take into account pylint comments, e.g. disabling an error for one
      line. Thus, errors can only be disabled per code block, as otherwise
      lines would easily get too long. Pylint itself ignores the line length
      error if it is caused by such comments.
      
      Depends-On: 9326
      
      Change-Id: Ib231e73fe73ddff7d9163afe607e7a26b95e6305
      2 tags
      efe6e4c3
  24. Jan 22, 2020
  25. Dec 16, 2019
  26. Dec 13, 2019
    • Johannes Weis's avatar
      Increase threshold for duplicate code · a5120d14
      Johannes Weis authored
      Increase number of lines that have to be similar to get a duplicate code
      warning from 4 to 10. The warning triggers frequently on function
      headers or longer configs which are partly similar.
      
      Change-Id: I9a3a2d70a62332aef5d5d36f3655c75f2e0efa54
      a5120d14
  27. Sep 12, 2019
  28. Sep 07, 2019
  29. Jun 18, 2019
  30. May 22, 2019
  31. Mar 02, 2019
  32. Jan 21, 2019
  33. Nov 25, 2018
  34. Aug 02, 2018
  35. Jul 06, 2018
  36. Jun 20, 2018