mirror of
				https://gitea.invidious.io/iv-org/shard-ameba.git
				synced 2024-08-15 00:53:29 +00:00 
			
		
		
		
	Tweak README.md
				
					
				
			This commit is contained in:
		
							parent
							
								
									db3ef762b9
								
							
						
					
					
						commit
						1261f4ba6d
					
				
					 1 changed files with 21 additions and 22 deletions
				
			
		
							
								
								
									
										43
									
								
								README.md
									
										
									
									
									
								
							
							
						
						
									
										43
									
								
								README.md
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -19,21 +19,21 @@
 | 
			
		|||
 | 
			
		||||
- [About](#about)
 | 
			
		||||
- [Usage](#usage)
 | 
			
		||||
  * [Watch a tutorial](#watch-a-tutorial)
 | 
			
		||||
  * [Autocorrection](#autocorrection)
 | 
			
		||||
  * [Explain issues](#explain-issues)
 | 
			
		||||
  * [Run in parallel](#run-in-parallel)
 | 
			
		||||
  - [Watch a tutorial](#watch-a-tutorial)
 | 
			
		||||
  - [Autocorrection](#autocorrection)
 | 
			
		||||
  - [Explain issues](#explain-issues)
 | 
			
		||||
  - [Run in parallel](#run-in-parallel)
 | 
			
		||||
- [Installation](#installation)
 | 
			
		||||
  * [As a project dependency:](#as-a-project-dependency)
 | 
			
		||||
  * [OS X](#os-x)
 | 
			
		||||
  * [Docker](#docker)
 | 
			
		||||
  * [From sources](#from-sources)
 | 
			
		||||
  - [As a project dependency:](#as-a-project-dependency)
 | 
			
		||||
  - [OS X](#os-x)
 | 
			
		||||
  - [Docker](#docker)
 | 
			
		||||
  - [From sources](#from-sources)
 | 
			
		||||
- [Configuration](#configuration)
 | 
			
		||||
  * [Sources](#sources)
 | 
			
		||||
  * [Rules](#rules)
 | 
			
		||||
  * [Inline disabling](#inline-disabling)
 | 
			
		||||
- [Editors & integrations](#editors--integrations)
 | 
			
		||||
- [Credits & inspirations](#credits--inspirations)
 | 
			
		||||
  - [Sources](#sources)
 | 
			
		||||
  - [Rules](#rules)
 | 
			
		||||
  - [Inline disabling](#inline-disabling)
 | 
			
		||||
- [Editors \& integrations](#editors--integrations)
 | 
			
		||||
- [Credits \& inspirations](#credits--inspirations)
 | 
			
		||||
- [Contributors](#contributors)
 | 
			
		||||
 | 
			
		||||
## About
 | 
			
		||||
| 
						 | 
				
			
			@ -201,8 +201,8 @@ In this example we define default globs and exclude `src/compiler` folder:
 | 
			
		|||
 | 
			
		||||
``` yaml
 | 
			
		||||
Globs:
 | 
			
		||||
  - **/*.cr
 | 
			
		||||
  - !lib
 | 
			
		||||
  - "**/*.cr"
 | 
			
		||||
  - "!lib"
 | 
			
		||||
 | 
			
		||||
Excluded:
 | 
			
		||||
  - src/compiler
 | 
			
		||||
| 
						 | 
				
			
			@ -245,18 +245,17 @@ One or more rules or one or more group of rules can be disabled using inline dir
 | 
			
		|||
time = Time.epoch(1483859302)
 | 
			
		||||
 | 
			
		||||
time = Time.epoch(1483859302) # ameba:disable Style/LargeNumbers, Lint/UselessAssign
 | 
			
		||||
 | 
			
		||||
time = Time.epoch(1483859302) # ameba:disable Style, Lint
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
## Editors & integrations
 | 
			
		||||
 | 
			
		||||
 * Vim: [vim-crystal](https://github.com/rhysd/vim-crystal), [Ale](https://github.com/w0rp/ale)
 | 
			
		||||
 * Emacs: [ameba.el](https://github.com/crystal-ameba/ameba.el)
 | 
			
		||||
 * Sublime Text: [Sublime Linter Ameba](https://github.com/epergo/SublimeLinter-contrib-ameba)
 | 
			
		||||
 * VSCode: [vscode-crystal-ameba](https://github.com/crystal-ameba/vscode-crystal-ameba)
 | 
			
		||||
 * Codacy: [codacy-ameba](https://github.com/codacy/codacy-ameba)
 | 
			
		||||
 * GitHub Actions: [github-action](https://github.com/crystal-ameba/github-action)
 | 
			
		||||
- Vim: [vim-crystal](https://github.com/rhysd/vim-crystal), [Ale](https://github.com/w0rp/ale)
 | 
			
		||||
- Emacs: [ameba.el](https://github.com/crystal-ameba/ameba.el)
 | 
			
		||||
- Sublime Text: [Sublime Linter Ameba](https://github.com/epergo/SublimeLinter-contrib-ameba)
 | 
			
		||||
- VSCode: [vscode-crystal-ameba](https://github.com/crystal-ameba/vscode-crystal-ameba)
 | 
			
		||||
- Codacy: [codacy-ameba](https://github.com/codacy/codacy-ameba)
 | 
			
		||||
- GitHub Actions: [github-action](https://github.com/crystal-ameba/github-action)
 | 
			
		||||
 | 
			
		||||
## Credits & inspirations
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue