-
```
Would it be possible to add a feature so gjslint could skip lines that are
marked to be skipped. Cpplint does that when you "mark" a line with // NOLINT(*)
This is quite useful when you have a s…
-
**Is your feature request related to a problem? Please describe.**
See https://github.com/WordPress/gutenberg/issues/16732 and design triage discussion here: https://wordpress.slack.com/archives/C02S…
-
### Acknowledgement
- [X] I acknowledge that issues using this template may be closed without further explanation at the maintainer's discretion.
### Comment
We are in the process of evaluati…
-
:clipboard: **Description**
Refs #5467
Some of our standard colour schemes score quite poorly on contrast for accessibility and could be improved. For example
![Screenshot at 2020-09-06 11-55…
-
Here are a few suggestions, doubling as a tracker for the implementation of said features.
# Tracker
## Code structure & content
- [ ] `src` versus flat layout, see #2
- [ ] File format con…
-
There's an official [GDScript style guide](http://docs.godotengine.org/en/latest/getting_started/scripting/gdscript/gdscript_styleguide.html) since Godot 3.0. To get cleaner-looking code, we should re…
-
```
Would it be possible to add a feature so gjslint could skip lines that are
marked to be skipped. Cpplint does that when you "mark" a line with // NOLINT(*)
This is quite useful when you have a s…
-
```
Would it be possible to add a feature so gjslint could skip lines that are
marked to be skipped. Cpplint does that when you "mark" a line with // NOLINT(*)
This is quite useful when you have a s…
-
The Julia style guide [says](https://docs.julialang.org/en/v1/manual/style-guide/#Use-naming-conventions-consistent-with-Julia-base/)
> functions are lowercase ([maximum](https://docs.julialang.org…
-
- [ ] Use python properties instead of `get_x` functions
- We have a lot of functions in aws.py that use `get_x` (and corresponding calls to `y.get_x()`) for attributes that should be properties …