Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 507e214a authored by William Escande's avatar William Escande
Browse files

lint_fix update README

In Markdown `\` need to be escaped in order to be displayed.
In Markdown `_` should be escaped to prevent being interpreted as italic

Bug: 311772251
Test: None | doc update
Flag: Exempt doc only
Change-Id: I5819fb2e054630299290155e439dbff327417540
parent b54b9b52
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@ Inspiration: go/refactor-the-platform-with-lint\

It's a python script that runs the framework linter,
and then (optionally) copies modified files back into the source tree.\
Why python, you ask?  Because python is cool ¯\_(ツ)_/¯.
Why python, you ask? Because python is cool ¯\\\_(ツ)\_/¯.

Incidentally, this exposes a much simpler way to run individual lint checks
against individual modules, so it's useful beyond applying fixes.