-
I will start by saying I'm not really familiar with Travis CI. I noticed the builds were failing when I submitted a PR and saw the results of [Build 1390](https://travis-ci.org/cflint/CFLint/builds/65…
-
People may want to generally disallow short variables, though allow one-character variable names like `i` for indexes.
Therefore there should be a parameter that allows to define a comma separated …
-
Hi,
Here is my environment:
- Mac with Apple M chip
- MacOS 14.4.1 (23E224)
- VScode
When I open a project that have full null support in the server admin, and `this.nullSupport = true;` un…
-
1、由(五)中第4步注释可知,(五)中第2步已经得到每个project的历史版本号,并保存在txt文件中,在这些txt文件中使用命令 wc -l *.txt 在命令行窗口得到每一个文件的行数,对应着每个project的所有版本数
2、使用表格工具(例如excel、libreoffice calc)得到版本数最多的50个projects,存储在文件choose projects.txt中,如下…
-
You can either create a new issue for a specific lint rule or bring up some random stuff for discussion here. Keep in mind that this is meant to be a cfscript linter, not for cf tags.
-
MISSING_VAR does not account for declaration being in a separate branch.
```
```
In the above example, the rule only reports `theVal` in the first branch. It should report the dec…
-
[Enter steps to reproduce:]
1. ...
2. ...
**Atom**: 1.15.0 x64
**Electron**: 1.3.13
**OS**: Mac OS X 10.12.4
**Thrown From**: [atom-import-js](https://github.com/galooshi/atom-import-js) pac…
55dmb updated
7 years ago
-
Would it make sense to link explicitly to the recommended tag/function (maybe use a new key for this) when a tag/function is deprecated?
-
Arrays in CF unlike other languages are passed by value rather than reference. This can cause all sorts of issues for people unaware of this.
-
lint should fail if shared scope variables (application, server, session, or request) are set without being wrapped in a `lock` block with the appropriate scope. (it would be great if the lock type `e…