code-analysis
Here are 18 public repositories matching this topic...
1. Summary
It would be nice, if HTMLHint documentation will contain arguments, why HTMLHint users must use specific rules.
2. Argumentation
“Must” in The script tag can not be used in head., Id and class value must meet some rules: underline, dash, hump. is not argument. The documentation does not show the reasons. Users should know “Why must”?
3. Example of expected behavior
It would be great if anyone using code-forensics in a Windows OS could take a little time to write a little page to explain the main gotchas required to get the tool running in Windows. If you can contribute let me know and I will be happy to include your documentation in the current wiki.
This does not mean I intend to fully support Windows in the future, my intent is just to provide some hint
In https://xtdmake.readthedocs.io/en/latest/installation.html, see :
cd xtdmake-${tag}.tar.gz
mkdir .build
cd .build
cmake ..
sudo make install
Should be :
cd xtdmake-${tag}
mkdir .build
cd .build
cmake ..
sudo make install
User story
As an API producer and consumer,
I want to declare and store eslint-plugin-crc report options in a configuration
In order to commit standards to version control.
Acceptance criteria
-
1. All
eslint-plugin-crc(aliascrc) command-line Options can be serialized as: -
1.1.
JSON{ "crc/report-output": "/path/to/crc-report.md",
-
Updated
May 25, 2020 - JavaScript
-
Updated
Jul 18, 2017 - JavaScript
-
Updated
May 29, 2019 - JavaScript
-
Updated
Apr 23, 2017 - JavaScript
-
Updated
May 21, 2019 - JavaScript
-
Updated
Mar 2, 2017 - JavaScript
-
Updated
Dec 18, 2019 - JavaScript
-
Updated
Mar 16, 2020 - JavaScript
-
Updated
Apr 23, 2017 - JavaScript
Improve this page
Add a description, image, and links to the code-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the code-analysis topic, visit your repo's landing page and select "manage topics."
Returns:
for
{ "threshold": 30, "identifiers": true, "literals": true, "color": true, "minInstances": 2, "ignore": "test|spec|mock", "reporter": "json", "truncate": 100, }should be:
{ "threshold": 30, "identifiers": true, "literals": true, "color": true, "minI