Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a CITATION.cff containing the necessary metadata to cite Pylint #8777

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

Pierre-Sassoulas
Copy link
Member

Type of Changes

Type
βœ“ πŸ“œ Docs

Description

Refs #8765, Closes #8760

repository-code: "https://github.com/pylint-dev/pylint"
url: "https://pylint.readthedocs.io/en/latest/"
abstract: >-
Pylint is a static code analyser for Python 2 or 3. Pylint analyses your code without
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Pylint is a static code analyser for Python 2 or 3. Pylint analyses your code without
Pylint is a static code analyser for Python 3. Pylint analyses your code without

@codecov
Copy link

codecov bot commented Jun 14, 2023

Codecov Report

Merging #8777 (0671830) into main (6fca823) will not change coverage.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #8777   +/-   ##
=======================================
  Coverage   95.83%   95.83%           
=======================================
  Files         173      173           
  Lines       18451    18451           
=======================================
  Hits        17683    17683           
  Misses        768      768           

@Pierre-Sassoulas Pierre-Sassoulas merged commit bafb229 into pylint-dev:main Jun 14, 2023
@DanielNoord
Copy link
Collaborator

Ah, I should have thought about auto-merge. Oh well, we used to lint Python 2 anyway.

@Pierre-Sassoulas Pierre-Sassoulas deleted the citation branch June 14, 2023 07:57
@Pierre-Sassoulas
Copy link
Member Author

Yeah I think it's taken from the doc directly, it's true for older version of pylint.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add CITATION.cff
3 participants