Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierre-Sassoulas authored May 7, 2022
1 parent e7053b7 commit 714c1d2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ Release date: TBA

* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.

Relates to #6531

* By default the similarity checker will now ignore imports and ignore function signatures when computing
duplication. If you want to keep the previous behaviour set ``ignore-imports`` and ``ignore-signatures`` to ``False``.

Expand Down
2 changes: 2 additions & 0 deletions doc/whatsnew/2.14.rst
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,8 @@ Other Changes

* Fix ``IndexError`` crash in ``uninferable_final_decorators`` method.

Relates to #6531

* Pylint now expands the user path (i.e. ``~`` to ``home/yusef/``) and expands environment variables (i.e. ``home/$USER/$project``
to ``home/yusef/pylint`` for ``USER=yusef`` and ``project=pylint``) for pyreverse's ``output-directory``,
``import-graph``, ``ext-import-graph``, ``int-import-graph`` options, and the spell checker's ``spelling-private-dict-file``
Expand Down

0 comments on commit 714c1d2

Please sign in to comment.