We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bb4109 commit abab1ccCopy full SHA for abab1cc
tests/config/unittest_config.py
@@ -114,7 +114,7 @@ def test_files_can_be_set_in_config(tmp_path: Path) -> None:
114
runner = Run(["--files", "good.py"], exit=False)
115
assert not runner.linter.stats.by_msg
116
117
- # Test that we can run on the current directory by specyfing it
+ # Test that we can run on the current directory by specifying it
118
config_file = tmp_path / "pylintrc"
119
config_file.write_text("[MASTER]\nfiles=" + str(tmp_path))
120
runner = Run(["--rcfile", str(config_file)], exit=False)
0 commit comments