Skip to content

Instantly share code, notes, and snippets.

@joseoliv
Last active June 13, 2019 21:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joseoliv/13eda30339c9d0599b96e58f799f9f78 to your computer and use it in GitHub Desktop.
Save joseoliv/13eda30339c9d0599b96e58f799f9f78 to your computer and use it in GitHub Desktop.
checkStyle
package metaobjectTest
@doc{*
Annotation 'checkStyle' should be attached to a method, method signature,
field, or prototype. It checks the style of the identifiers according
to some very basic rules.
*}
@checkStyle
object CheckStyle
func run {
}
func with: String s count: Int n {
var Int k;
var String name;
}
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment