Bug 1622684 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

Filling as a good first bug to learn workflows.

As the change is easy, it is mostly to learn how to contribute to Firefox.

To work on this, uncomment this line:
https://searchfox.org/mozilla-central/source/.flake8#20

To run the linter:
```$ ./mach lint -l flake8 layout/style/```

To run the autofix:
```$ ./mach lint -l flake8 --fix layout/style/```

Then, the remaining thing should be fixed by hand.

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html

Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.
Filling as a good first bug to learn workflows.

As the change is easy, it is mostly to learn how to contribute to Firefox.

To work on this, remove this line:
https://searchfox.org/mozilla-central/source/.flake8#20

To run the linter:
```$ ./mach lint -l flake8 layout/style/```

To run the autofix:
```$ ./mach lint -l flake8 --fix layout/style/```

Then, the remaining thing should be fixed by hand.

Tutorial to contribute:
https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html

Please don't ask for the bug to be assigned. It will be automatically assigned to the first patch.

Back to Bug 1622684 Comment 0