You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: {{cookiecutter.project_name}}/.github/next_steps/05_linting.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,11 @@
2
2
title: 'Next step: Linting'
3
3
---
4
4
5
-
Your repository has a [workflow]({{cookiecutter.repository}}/blob/main/.github/workflows/lint.yml) which [lints](https://en.wikipedia.org/wiki/Lint_(software)) your code in every push and when creating a pull request.
5
+
Your repository has a [workflow]({{cookiecutter.repository}}/blob/main/.github/workflows/lint.yml) which [lints](https://en.wikipedia.org/wiki/Lint_(software)) your code in every push and when creating a pull request.
6
6
7
7
To make sure you have a proper linter configuration you need to follow the steps below.
8
8
9
-
1. Update `description` and `keywords` fields in <setup.cfg>.
9
+
1. Update `description` and `keywords` fields in [setup.cfg]({{ cookiecutter.repository }}/blob/main/setup.cfg).
10
10
1. Enable githook which will automatically lint your code in every commit. You can enable it by running the command below.
0 commit comments