Skip to content
Permalink
Browse files
Add examples for filename, generated, nolint, text, spelling, and ruby.
  • Loading branch information
epriestley committed Aug 23, 2013
1 parent 0c3bc70 commit 458beca3d65b64d52ed612904ae66eb837118b94
Showing with 36 additions and 0 deletions.
  1. +24 −0 .arclint
  2. +1 −0 dolla$dolla$
  3. +3 −0 generated.txt
  4. +4 −0 nolint.txt
  5. +1 −0 spalleng.txt
  6. +2 −0 test.rb
  7. +1 −0 text.txt
@@ -20,6 +20,30 @@
"csslint" : {
"type" : "csslint",
"include" : "(\\.css$)"
},
"text" : {
"type" : "text",
"include" : "(\\.txt$)"
},
"ruby" : {
"type" : "ruby",
"include" : "(\\.rb$)"
},
"filename" : {
"type" : "filename",
"include" : "(.*)"
},
"spelling" : {
"type" : "spelling",
"include" : "(.*)"
},
"nolint" : {
"type" : "nolint",
"include" : "(.*)"
},
"generated" : {
"type" : "generated",
"include" : "(.*)"
}
}
}
@@ -0,0 +1 @@
.
@@ -0,0 +1,3 @@
@generated

(This line should not trigger a line length warning, because of the "@generated" mark.)
@@ -0,0 +1,4 @@
@nolint

(The text linter shouldn't trigger for this line, because the file contains "@nolint".)
MMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMMM
@@ -0,0 +1 @@
speling
@@ -0,0 +1,2 @@
def derps{!}:
how do you ruby
@@ -0,0 +1 @@
this line is very long so so so long as long as longcat if not even longer perhaps

0 comments on commit 458beca

Please sign in to comment.