8fa9eb3ced 
								
							
								 
							
						 
						
							
							
								
								Add --no-warnings option to suppress warning messages  
							
							... 
							
							
							
							Use `--no-warnings` option to hide warning messages. It only shows
problems marked as errors. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								fb400dc64b 
								
							
								 
							
						 
						
							
							
								
								Allow disabling all checks for a file  
							
							... 
							
							
							
							Allow disabling of a file, even if it is invalid YAML (syntax error) by
including `# yamllint disable-file` in the first line. 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								579a975b70 
								
							
								 
							
						 
						
							
							
								
								docs: Fix pre-commit config file  
							
							... 
							
							
							
							* pre-commit show warning for unsupported key (sha)
* Demonstrate how to use custom yamllint 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f3d9196aa0 
								
							
								 
							
						 
						
							
							
								
								docs(configuration): improve `yaml-files` code example  
							
							... 
							
							
							
							* A straight copy/paste of the existing example into the `.yamllint` file results in a `yamllint` error! 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								881d301883 
								
							
								 
							
						 
						
							
							
								
								feat: Support reading config from .yamllint.yml and .yamllint.yaml  
							
							... 
							
							
							
							Signed-off-by: Ibrahim AshShohail <me@ibrasho.com> 
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								b62b424dd4 
								
							
								 
							
						 
						
							
							
								
								feat: Lint .yamllint by default  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								063c854658 
								
							
								 
							
						 
						
							
							
								
								feat: Make YAML file extensions configurable  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								cb5fe2c050 
								
							
								 
							
						 
						
							
							
								
								add OpenBSD installation instructions.  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								930c8eea94 
								
							
								 
							
						 
						
							
							
								
								docs: Simplify installation instruction in the README  
							
							
							
						 
						
							6 years ago  
				
					
						
							
							
								 
						
							
							
								f66661e36d 
								
							
								 
							
						 
						
							
							
								
								docs(cli): Add a paragraph about standard input  
							
							... 
							
							
							
							See commit 05dfcbc 
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								d6b89e94e4 
								
							
								 
							
						 
						
							
							
								
								chore(docs): Fix conf.py styling  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								a56a1015f0 
								
							
								 
							
						 
						
							
							
								
								style(docs): Fix RST lint errors reported by doc8  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								66adaee66c 
								
							
								 
							
						 
						
							
							
								
								docs: Add documentation on the new -f colored option  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								e864f57d37 
								
							
								 
							
						 
						
							
							
								
								docs: Fix missing quoted-strings module in documentation  
							
							
							
						 
						
							7 years ago  
				
					
						
							
							
								 
						
							
							
								203cfc20f0 
								
							
								 
							
						 
						
							
							
								
								docs: Remove sudo from pip installation instructions  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								51c30505b5 
								
							
								 
							
						 
						
							
							
								
								docs: Add Mac OS installation instructions  
							
							... 
							
							
							
							See https://github.com/adrienverge/yamllint/issues/91  and
https://github.com/Homebrew/homebrew-core/blob/af2bbe9/Formula/yamllint.rb  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								ff9ebde608 
								
							
								 
							
						 
						
							
							
								
								docs: Remove old Debian / Ubuntu installation instructions  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8ab680635b 
								
							
								 
							
						 
						
							
							
								
								docs: Make `ignore` examples clearer  
							
							... 
							
							
							
							[Solved](https://github.com/metacloud/molecule/issues/1228 ), when
yamllint is used by molecule. 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								22e792a433 
								
							
								 
							
						 
						
							
							
								
								Feature: checking octal numbers  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								8537b0a164 
								
							
								 
							
						 
						
							
							
								
								Add rule: empty-values, to forbid implicit nulls  
							
							... 
							
							
							
							only in block mappings for now 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								1543d0e435 
								
							
								 
							
						 
						
							
							
								
								New rule key-ordering  
							
							... 
							
							
							
							closes  #67  
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c4a3e15ff0 
								
							
								 
							
						 
						
							
							
								
								docs(readthedocs): Fix builds on yamllint.readthedocs.io  
							
							... 
							
							
							
							Documentation builds on readthedocs.io partly fail because some modules
imported by yammlint cannot be imported in Sphinx automodule.
This commit fixes that using the tip at [1].
Closes  #66 
[1]: http://docs.readthedocs.io/en/latest/faq.html#i-get-import-errors-on-libraries-that-depend-on-c-modules  
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								db57127971 
								
							
								 
							
						 
						
							
							
								
								docs(integration): Fix pre-commit config file  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								c8e516be2f 
								
							
								 
							
						 
						
							
							
								
								Add documentation for pre-commit  
							
							
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								df26cc0438 
								
							
								 
							
						 
						
							
							
								
								feat(config): Add support to ignore paths on per-rule basis  
							
							... 
							
							
							
							Example of configuration to use this feature:
    # For all rules
    ignore: |
      *.dont-lint-me.yaml
      /bin/
      !/bin/*.lint-me-anyway.yaml
    rules:
      key-duplicates:
        ignore: |
          generated
          *.template.yaml
      trailing-spaces:
        ignore: |
          *.ignore-trailing-spaces.yaml
          /ascii-art/*
Closes  #43 . 
							
						 
						
							8 years ago  
				
					
						
							
							
								 
						
							
							
								a825645cbe 
								
							
								 
							
						 
						
							
							
								
								Add information about Emacs integration  
							
							
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								f507319419 
								
									
								
							
								 
							
						 
						
							
							
								
								Doc: Add ALE Vim plugin  
							
							
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2b26cbc56b 
								
							
								 
							
						 
						
							
							
								
								Fix typos  
							
							
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								2b7f5c5e72 
								
							
								 
							
						 
						
							
							
								
								docs(install): Update Debian version  
							
							... 
							
							
							
							yamllint is now backported in Debian 8 (Jessie):
https://tracker.debian.org/pkg/yamllint 
https://packages.debian.org/source/jessie-backports/yamllint  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								64369db9a2 
								
							
								 
							
						 
						
							
							
								
								docs(configuration): Fix typo  
							
							
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								bf386b3c90 
								
							
								 
							
						 
						
							
							
								
								docs: Explain strict mode return codes  
							
							
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								073462a87d 
								
							
								 
							
						 
						
							
							
								
								docs(rules): Fix missing truthy rule in index  
							
							
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								4533b8ae49 
								
							
								 
							
						 
						
							
							
								
								doc(config): Show `relaxed` conf contents  
							
							... 
							
							
							
							Closes : #15  
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								0eb310e102 
								
							
								 
							
						 
						
							
							
								
								Allow disabling yamllint checks using comments  
							
							... 
							
							
							
							Implement problem report disabling with comments in YAML source, for
instance:
    # The following mapping contains the same key twice,
    # but I know what I'm doing:
    key: value 1
    key: value 2  # yamllint disable-line rule:key-duplicates
or:
    # yamllint disable rule:colons
    - Lorem       : ipsum
      dolor       : sit amet,
      consectetur : adipiscing elit
    # yamllint enable rule:colons
Closes : #8  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								8c839a20c2 
								
							
								 
							
						 
						
							
							
								
								Config: Detect user config using `os.path.expanduser()`  
							
							... 
							
							
							
							Instead of `$HOME`, since the former works when `$HOME` is not set.
[1]: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=828033#10  
							
						 
						
							9 years ago  
				
					
						
							
							
								 
						
							
							
								598e5e4370 
								
							
								 
							
						 
						
							
							
								
								Doc: Fix typo on configuration page intro  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								03076ee214 
								
							
								 
							
						 
						
							
							
								
								Doc: Add a pointer to rules on configuration page intro  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								eabd349902 
								
							
								 
							
						 
						
							
							
								
								Config: Allow a user-global configuration file  
							
							... 
							
							
							
							Instead of just looking for `.yamllint` in the current working
directory, also look for `~/.config/yamllint/config` (using
`$XDG_CONFIG_HOME` or `$HOME`, see [1] and [2] for information).
[1]: https://specifications.freedesktop.org/basedir-spec/basedir-spec-0.6.html 
[2]: https://wiki.archlinux.org/index.php/XDG_Base_Directory_support 
Closes : #6  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								a483524b63 
								
							
								 
							
						 
						
							
							
								
								Doc: Update installing section  
							
							... 
							
							
							
							Packages are now also available in Debian and Ubuntu. 
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								3a017a5a22 
								
							
								 
							
						 
						
							
							
								
								Doc: Update Neovim integration documentation  
							
							... 
							
							
							
							Since it has been merged into Neomake:
https://github.com/benekastah/neomake/commit/45dfc5 
https://github.com/benekastah/neomake/pull/289  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								41733fc7a5 
								
							
								 
							
						 
						
							
							
								
								Use '.yaml' extension as default, not '.yml'  
							
							... 
							
							
							
							As someone said [1] on the internet:
    Say ".yaml" not ".yml".
    This is not MS-DOS, and YML is a Yahoo XML dialect.
Similarly, we use '.json', not '.jsn'.
[1]: https://github.com/ceph/s3-tests/commit/e17c56a  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								688858e639 
								
							
								 
							
						 
						
							
							
								
								Doc: Reference Fedora and Ubuntu packages  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								7688567faa 
								
							
								 
							
						 
						
							
							
								
								cli: Add the `-d` option to provide inline conf  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								83384fa4cf 
								
							
								 
							
						 
						
							
							
								
								Doc: Fix man page redundant description  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								2f75e92a66 
								
							
								 
							
						 
						
							
							
								
								Doc: Add a configuration example in README  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								0e04ee29e6 
								
							
								 
							
						 
						
							
							
								
								Doc: Update description  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								3f4f13e848 
								
							
								 
							
						 
						
							
							
								
								Doc: Update screenshot to include 'key-duplicates'  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								f6bab05e8a 
								
							
								 
							
						 
						
							
							
								
								Rules: Add the 'key-duplicates' rule  
							
							
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								d2b5f69309 
								
							
								 
							
						 
						
							
							
								
								Doc: Update Vim integration documentation  
							
							... 
							
							
							
							Since it has been merged into Syntastic:
https://github.com/scrooloose/syntastic/commit/8c4dadc 
https://github.com/scrooloose/syntastic/pull/1675  
							
						 
						
							10 years ago  
				
					
						
							
							
								 
						
							
							
								376a6ed484 
								
							
								 
							
						 
						
							
							
								
								Doc: Enhance short description  
							
							
							
						 
						
							10 years ago