mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	We add a exclude pattern that makes sure we don't catch two edge cases: a variable declaration `const style =` and setting a variable ending in style such as `require_cmd_style =`. We don't add and exclude pattern for let declaration because it will catch lines that modify it later in the code. (Removed other files from exclude list that no longer needed to be excluded from this lint rule.)
This directory contains scripts that are used in building, managing,
testing, and other forms of work in a Zulip development environment.
Note that tools that are also useful in production belong in
scripts/ or should be Django management commands.
For more details, see https://zulip.readthedocs.io/en/latest/overview/directory-structure.html.