Mike Frysinger
Mike Frysinger
most common markdown renderers i'm familiar with automatically create anchors for `#` headers. there's no need to generate `` tags for them.
POSIX test only supports =, not ==.
from the spec: http://json-schema.org/latest/json-schema-validation.html#anchor75 js2model doesn't like this example: ``` $ cat test.json { "id": "http://some.site.somewhere/entry-schema#", "$schema": "http://json-schema.org/draft-04/schema#", "type": "object", "required": [ "storage" ], "properties": { "storage": { "oneOf": [...
can't send a PR for this minor issue ... at https://github.com/capstone-engine/capstone, can someone edit the description on the RHS to use https:// for the homepage ?
#### For new checks and feature suggestions - [x] https://www.shellcheck.net/ (i.e. the latest commit) currently gives no useful warnings about this - [x] I searched through https://github.com/koalaman/shellcheck/issues and didn't find...
if we have a standard (like requiring s-o-b tags), we should be able to add a travis check that'd run on every pull request
Some ELF files have strings pointing to an offset outside the string table dimension, let's throw an exception in that case. Bug-Url: https://crbug.com/788925 Reviewed-on: https://chromium-review.googlesource.com/792553