mirror of
https://github.com/godotengine/emacs-gdscript-mode.git
synced 2025-12-31 21:48:34 +03:00
Update contributing section of the README
This commit is contained in:
12
README.md
12
README.md
@@ -35,7 +35,17 @@ and the [tips and
|
||||
conventions](https://www.gnu.org/software/emacs/manual/html_node/elisp/Tips.html)
|
||||
from the Emacs manual.
|
||||
|
||||
You should also check for errors and linter warnings in your code, e.g. with flymake or flycheck.
|
||||
You should also check for errors and linter warnings in your code. You can do so in Emacs with flymake or flycheck but we recommend running the tool `makem.sh` provided with the repository:
|
||||
|
||||
``` sh
|
||||
./makem.sh lint-compile
|
||||
```
|
||||
|
||||
This program will tell you if there is any problem with your code. If there's no output, everything is fine. You can run all tests like so, but note it might give you spelling errors that aren't relevant in this project:
|
||||
|
||||
``` sh
|
||||
./makem.sh all
|
||||
```
|
||||
|
||||
## How to install ##
|
||||
|
||||
|
||||
Reference in New Issue
Block a user