Skip to content

Files

Latest commit

 

History

History
22 lines (15 loc) · 809 Bytes

Naming-FileName.md

File metadata and controls

22 lines (15 loc) · 809 Bytes

Pattern: Invalid file name

Issue: -

Description

This rule makes sure that Ruby source files have snake_case names. Ruby scripts (i.e. source files with a shebang in the first line) are ignored.

Default configuration

Attribute Value
Exclude
ExpectMatchingDefinition false
Regex
IgnoreExecutableScripts true
AllowedAcronyms CLI, DSL, ACL, API, ASCII, CPU, CSS, DNS, EOF, GUID, HTML, HTTP, HTTPS, ID, IP, JSON, LHS, QPS, RAM, RHS, RPC, SLA, SMTP, SQL, SSH, TCP, TLS, TTL, UDP, UI, UID, UUID, URI, URL, UTF8, VM, XML, XMPP, XSRF, XSS

Further Reading