mirror of
https://github.com/github/codeql.git
synced 2026-05-05 13:45:19 +02:00
Force LF for basically everything.
This commit is contained in:
1
java/ql/test/query-tests/AlertSuppression/.gitattributes
vendored
Normal file
1
java/ql/test/query-tests/AlertSuppression/.gitattributes
vendored
Normal file
@@ -0,0 +1 @@
|
||||
TestWindows.java eol=crlf
|
||||
@@ -1,28 +1,28 @@
|
||||
class TestWindows {} // lgtm
|
||||
// lgtm[java/confusing-method-name]
|
||||
// lgtm[java/confusing-method-name, java/non-short-circuit-evaluation]
|
||||
// lgtm[@tag:exceptions]
|
||||
// lgtm[@tag:exceptions,java/confusing-method-name]
|
||||
// lgtm[@expires:2017-06-11]
|
||||
// lgtm[java/confusing-method-name] does not seem confusing despite alert by lgtm
|
||||
// lgtm: blah blah
|
||||
// lgtm blah blah #falsepositive
|
||||
//lgtm [java/confusing-method-name]
|
||||
/* lgtm */
|
||||
// lgtm[]
|
||||
// lgtmfoo
|
||||
//lgtm
|
||||
// lgtm
|
||||
// lgtm [java/confusing-method-name]
|
||||
// foolgtm[java/confusing-method-name]
|
||||
// foolgtm
|
||||
// foo; lgtm
|
||||
// foo; lgtm[java/confusing-method-name]
|
||||
// foo lgtm
|
||||
// foo lgtm[java/confusing-method-name]
|
||||
// foo lgtm bar
|
||||
// foo lgtm[java/confusing-method-name] bar
|
||||
// LGTM!
|
||||
// LGTM[java/confusing-method-name]
|
||||
//lgtm[java/confusing-method-name] and lgtm[java/non-short-circuit-evaluation]
|
||||
//lgtm[java/confusing-method-name]; lgtm
|
||||
class TestWindows {} // lgtm
|
||||
// lgtm[java/confusing-method-name]
|
||||
// lgtm[java/confusing-method-name, java/non-short-circuit-evaluation]
|
||||
// lgtm[@tag:exceptions]
|
||||
// lgtm[@tag:exceptions,java/confusing-method-name]
|
||||
// lgtm[@expires:2017-06-11]
|
||||
// lgtm[java/confusing-method-name] does not seem confusing despite alert by lgtm
|
||||
// lgtm: blah blah
|
||||
// lgtm blah blah #falsepositive
|
||||
//lgtm [java/confusing-method-name]
|
||||
/* lgtm */
|
||||
// lgtm[]
|
||||
// lgtmfoo
|
||||
//lgtm
|
||||
// lgtm
|
||||
// lgtm [java/confusing-method-name]
|
||||
// foolgtm[java/confusing-method-name]
|
||||
// foolgtm
|
||||
// foo; lgtm
|
||||
// foo; lgtm[java/confusing-method-name]
|
||||
// foo lgtm
|
||||
// foo lgtm[java/confusing-method-name]
|
||||
// foo lgtm bar
|
||||
// foo lgtm[java/confusing-method-name] bar
|
||||
// LGTM!
|
||||
// LGTM[java/confusing-method-name]
|
||||
//lgtm[java/confusing-method-name] and lgtm[java/non-short-circuit-evaluation]
|
||||
//lgtm[java/confusing-method-name]; lgtm
|
||||
|
||||
Reference in New Issue
Block a user