godot icon indicating copy to clipboard operation
godot copied to clipboard

Linter that checks that comments end in a period

Results 4 godot issues
Sort by recently updated
recently updated
newest added

Hi, godot linter now have three options for scope ``` # declarations - for top level declaration comments (default); # toplevel - for top level comments; # all - for...

## Context I'm using https://github.com/valyala/quicktemplate to generate pages. `quicktemplate` generate code following the `.qtpl` file. So, if I have a template named `foo.qtpl` it generates a `foo.qtpl.go`. ## The problem...

Its reasonably common to write comments that reference parameter names. Sometimes they're the first word, sometimes they aren't. **Example** ``` // Foo takes a bar. bar should be formatted ......

Hi, I'm not sure if it's really a false positive. I guess it depends on the definition. On the following code: ```bash // gitVersionRegEx matches git versions of style 0.3.7-45-c1aeccb679cd56...