static-analysis
Here are 52 public repositories matching this topic...
Hi
Im getting an error while comparing with a branch (using -b option) or running in CI mode (using -m option). Backtrace attached below.
| Version | |
|---|---|
| Ruby | 2.5.5 |
| RubyCritic | 4.0.2 |
Traceback (most recent call last):
23: from /home/atrivedi/.rbenv/versions/2.5.5/bin/rubycritic:23:in `<main>'
22: from /home/atrivedi/.rbe
-
Updated
Oct 10, 2020 - JavaScript
-
Updated
Nov 7, 2020 - JavaScript
-
Updated
May 5, 2015 - JavaScript
-
Updated
Nov 5, 2020 - JavaScript
-
Updated
Jul 25, 2019 - JavaScript
-
Updated
Dec 6, 2019 - JavaScript
-
Updated
Oct 31, 2017 - JavaScript
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Oct 8, 2020 - JavaScript
-
Updated
Jul 15, 2019 - JavaScript
-
Updated
Sep 10, 2020 - JavaScript
-
Updated
Mar 2, 2017 - JavaScript
-
Updated
Mar 31, 2020 - JavaScript
-
Updated
May 20, 2019 - JavaScript
-
Updated
Oct 13, 2020 - JavaScript
-
Updated
Nov 9, 2018 - JavaScript
-
Updated
Jun 11, 2018 - JavaScript
-
Updated
Feb 6, 2017 - JavaScript
The "dummy-files" folder made good sense prior to having tests, but now that we have that, I think we should remove the folder.
If such a folder is needed, it should be kept outside the Lannister repo.
-
Updated
Oct 29, 2020 - JavaScript
-
Updated
Nov 6, 2020 - JavaScript
-
Updated
Aug 27, 2019 - JavaScript
-
Updated
Sep 15, 2018 - JavaScript
-
Updated
Mar 28, 2018 - JavaScript
-
Updated
Dec 4, 2015 - JavaScript
-
Updated
Jul 15, 2020 - JavaScript
Improve this page
Add a description, image, and links to the static-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the static-analysis topic, visit your repo's landing page and select "manage topics."
Please describe what the rule should do:
Since Vue v2.1.0,
Vue.nextTickandvm.$nextTickreturn a Promise if no callback is provided. So both of the following are valid:Vue.nextTick(callback)Vue.nextTick().then()/await Vue.nextTick()Or inside components:
this.$nextTick(callback)