~apport-hackers/apport/main

« back to all changes in this revision

Viewing changes to apport/ui.py

  • Committer: Simon Chopin
  • Author(s): Benjamin Drung
  • Date: 2023-04-27 09:25:18 UTC
  • Revision ID: git-v1:a32f25e5f28ebb086e64e628c10991c76b1c4c5c
refactor: Increase pylint's maximum public methods to 25

Increase the allowed maximum public methods to 25 and move the overrides
to the individual classes. It is okay for test case classes to have more
than 25 tests inside.

Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>

Show diffs side-by-side

added added

removed removed

Lines of Context:
335
335
 
336
336
 
337
337
class UserInterface:
 
338
    # TODO: Check if some methods can be made private
 
339
    # pylint: disable=too-many-public-methods
338
340
    """Apport user interface API.
339
341
 
340
342
    This provides an abstract base class for encapsulating the workflow and